How to Textbox Values Empty in Asp.Net C# No comments categories: Asp.Net, C#, Textbox Share This: Facebook Twitter Google+ Stumble Digg TEXTBOX EMPTY protected void ClearButton_Click(object sender, EventArgs e) { TextBox1.Text = " "; TextBox2.Text = " "; } Email ThisBlogThis!Share to TwitterShare to Facebook
0 comments:
Post a Comment