How to do clientside validation when using ajax
- by user281180
I have used the <% Html.EnableClientValidation(); % but now I have decided to change my code since I`m using ajax post. How can I replace the <% Html.EnableClientValidation(); % and still have validation?