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