Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~380 People Reached
Favorite Forums
Favorite Tags
Member Avatar for WaltP

I held these until the shakedown was fairly complete. Here are a few of the useful but dropped functions that IMO need to be reimplmented. But #1 is in fact a bug: 1) Any threads I post in are never marked NEW. For the threads I haven't posted in it's …

Member Avatar for Airshow
1
245
Member Avatar for Aviplo

public partial class Main_Activity : System.Web.UI.Page { private string constr = ConfigurationManager.AppSettings.Get("constr"); protected void Page_Load(object sender, EventArgs e) { if (Request.QueryString["cid"] != null) { loadData(Convert.ToString(Request.QueryString["cid"])); } else { loadData("all"); } } private void loadData(string catId) { phContents.Controls.Clear(); DataTable DT = new DataTable(); OdbcCommand cmd; OdbcConnection conn = new OdbcConnection(constr); if …

Member Avatar for JorgeM
0
135