TEXTBOX EMPTY
First - Select Textbox from Toolbox & Button
protected void ClearButton_Click(object sender, EventArgs e)
{
TextBox1.Text = " ";
TextBox2.Text = " ";
}
Next - Clear Button Double Click - Write the Coding
Next - F5 Run The Program
Enter Values to TextBox
Click - the Clear Button
0 comments:
Post a Comment