set CausesValidation = false - Validation Control and Web page navigation
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 24 Jul 15a. set CausesValidation = false
b. set RemoveValidation=true
c. set cancel=true
d. None of the above
ANSWER: set CausesValidation = false