Wednesday 8 October 2014

How to Textbox Values Empty in Asp.Net C#

No comments    
categories: , ,
TEXTBOX  EMPTY
       






protected void ClearButton_Click(object sender, EventArgs e)
    {
        TextBox1.Text = " ";
        TextBox2.Text = " ";

    }








        

                                                         

0 comments:

Post a Comment