Hi,
I've got a requiredfieldvalidator in my textbox. However, when user clicks on cancel, the requiredfieldvalidator keeps appearing. Is it possible to turn off the validator when user click on the cancel btn?
Thanks a lot
Printable View
Hi,
I've got a requiredfieldvalidator in my textbox. However, when user clicks on cancel, the requiredfieldvalidator keeps appearing. Is it possible to turn off the validator when user click on the cancel btn?
Thanks a lot
Set the button property
Causesvalidation=False
Thanks a lot :bigyello: :bigyello: