In my registration webpage,5 textboxes with required and regular expression validators.click register button means it show all validators properly but suppose click cancel button means it remove the text in all textboxes watever filled.but it showing the validators to fill all the textboxes after filled values in all textbox it allow to remove all text in textboxes otherwise wont…how to do this?
In my registration webpage,5 textboxes with required and regular expression validators.click register button means
Share
set
CausesValidation="False"on the cancel button