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
 
Back
Top