How to combine mvc2 client side validation with other client side validation?
- by Andrey
I have a page using mvc2 with client side validation. The client side validation is provided by Microsoft Ajax mvc validation script. This does very well to validate all fields that are related to the model.
I also have fields that are never sent to the server such as the confirm password value, and the accept agreement. For these fields i need…