Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
after clicking into the login button then values has to be clear in textbox automatically
what to do?
please help me
Posted
Comments
Arunprasath Natarajan 4-Jun-12 8:54am    
Just assign text box value ="" using text box ID.

1 solution

normally, you should redirect user to a different page after successful login. If you still want to be in login page, please use
C#
textbox1.text = ""


Regards
Sebastian
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900