ScreenShotsDrizzles
Wednesday, 8 October 2014
How to Textbox Values Empty in Asp.Net C#
TEXTBOX EMPTY
protected
void
ClearButton_Click(
object
sender, EventArgs e)
{
TextBox1.Text =
" "
;
TextBox2.Text =
" "
;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment