ASP.NET Mvc 2 How do you launch client side validation from inside javascript?
Posted
by gt124
on Stack Overflow
See other posts from Stack Overflow
or by gt124
Published on 2010-05-18T17:25:40Z
Indexed on
2010/05/18
17:30 UTC
Read the original article
Hit count: 161
asp.net-mvc-2
|asp.net-mvc
Is there a function for ASP.NET MVC 2 that performs the functionality of Jquery.Validate's isValid()?
I'd like to check if my fields are valid prior to using jquery ajax to send data to the server? Any suggestions?
Thank You.
© Stack Overflow or respective owner