4
Answers

text box clearing not working for username and password.

i am using code
 
 txtUsername.Text = txtPassword.Text ="";
 
but whwn i run, textbox keeps the values, that entered before.
 
can anyone help me resolve this problem
 
 
 
 
Answers (4)