Help with validators

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a few validators (RequiredFieldValidators) on a page. It works great
the user clicks the submit button, the problem I have is when the user goes
to the page and then tries to leave the page without clicking the submit
button the validators are executed, preventing the user from leaving the
page. How can I resolve this?

Thanks
 
The option other than the Submit button that allows the user to go to some
other page needs to have causesvalidation set to false.

How are they able to change from the page?
 
Back
Top