RequiredFieldValidator

  • Thread starter Thread starter William Ortenberg
  • Start date Start date
W

William Ortenberg

I use an RFV, but don't want validation performed if I click a particular
button ('Cancel'). How can I bypass the validation?
 
You must set the 'CausesValidation' attribute of the button (in your case Cancel button), to bypass the validation when the user clicks on it.
regards,
serhat tuncay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top