Possible Duplicate:
MVC 3 - checking if form is valid (has passed client side validation)
Is there a way to check if unobtrusive validation did pass/form is valid?
I need to show an alert box if the form is not valid. how would i do it in mvc3? thanks
If you want to check for it in View on server side, you could use 
ViewData.ModelState.IsValid
if (!$('#id-of-your-form').valid())
   alert('Invalid');
Should do the trick, MVC validation makes use of jquery.validate.js which attaches to the form.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论