How to do clientside validation when using ajax

Posted by user281180 on Stack Overflow See other posts from Stack Overflow or by user281180
Published on 2010-03-25T07:51:38Z Indexed on 2010/03/25 7:53 UTC
Read the original article Hit count: 196

Filed under:

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?

© Stack Overflow or respective owner

Related posts about mvc