Question Reset Command Not Working

crystaluz

Well-known member
Joined
Feb 17, 2009
Messages
55
Programming Experience
Beginner
Hello there...

I'm using required field validator in my form. The problem is, my reset button is not working when the validator is executed.

below is the code for reset button :

Textbox1.text = ""
Textbox2.text = ""
 
Back
Top