Google News
logo
ASP.NET - Quiz(MCQ)
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?
A)
Set the validate property to false
B)
Set the EnableClientScript property to false
C)
Set the Page.Isvalid property to false
D)
Set the EnableClientScript property to true

Correct Answer :   Set the EnableClientScript property to false

Advertisement