ASP.NET Mvc 2 How do you launch client side validation from inside javascript?
- by gt124
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.