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?
1.Set the EnableClientScript property to false
2. Set the validate property to false
3.Set the EnableClientScript property to true
4. Set the Page.Isvalid property to false
Posted Date:-2022-02-01 11:22:42