Asp.NET MVC2 - Disable submitting on submit button?

Posted by ile on Stack Overflow See other posts from Stack Overflow or by ile
Published on 2010-06-14T11:46:56Z Indexed on 2010/06/14 11:52 UTC
Read the original article Hit count: 787

Filed under:
|
|
|

I want to submit form in asp.net mvc2 using jquery ajax. But I would also like to use mvc client-side validation which is being called when clicking submit button. Is it possible to combine jquery and mvc in this way?

Thanks!

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about asp.net-mvc-2