Set the EnableClientScript property to false - Validation Control and Web page navigation
Q. Client-side validation is turned on by default. If you want that particular validation control should not validate at client side, what will you do?- Published on 24 Jul 15a. Set the EnableClientScript property to false
b. Set the validate property to false
c. Set the EnableClientScript property to true
d. Set the Page.Isvalid property to false
ANSWER: Set the EnableClientScript property to false