I have a problem with RequireFieldValidator in my form.
When I fill badly the form my Error message is well displayed so that’s cool.
The fact is if i decide to not fill the form(after the requirefieldvalidor has been raised) and to click on the cancel button or to click the linkbutton of my menu I can’t. So the requirefieldvalidator prevent me to change page and do what i want.
How can I solve this problem?
Sincerely,
Quentin
set
CausesValidation="False"on thecancelandlinkbuttonbuttons