Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
3 Commented Posts
0 Endorsements
~84 People Reached
Favorite Forums
Member Avatar for sandy542

[CODE]using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { //string connStr = ConfigurationManager.ConnectionStrings["Connection"].ToString(); protected void Page_Load(object sender, EventArgs e) { } protected void btnclear_Click(object sender, EventArgs e) { …

Member Avatar for nick.crane
-4
84