Google News
logo
ASP.NET - Quiz(MCQ)
There is a button on page name cancel and it should bypass validation when cancel button is clicked. What will you do?
A)
set cancel=true
B)
set RemoveValidation=true
C)
set CausesValidation = false.
D)
None of the Above.

Correct Answer :   et CausesValidation = false.

Advertisement