Bypass validation when cancel button is clicked - Validation Control - set CausesValidation = false
Q. There is a button on page name cancel and it should bypass validation when cancel button is clicked. What will you do?- Published on 16 Jun 15a. set CausesValidation = false.
b. set RemoveValidation=true
c. set cancel=true
d. None of the above.
ANSWER: set CausesValidation = false.