I have a problem on a page that contains required field validators. My problem is that if the user decides to leave the page by clicking "Cancel" they are not allowed to as the required field validators show their error message as the required fields are still empty.
I've tried putting,
in the code for the cancel button but with no effect.Code:Requiredfieldvalidator.enabled = false
Any idea's?
Cheers.




Reply With Quote