0
kicks
MVC3 - Custom Client-Side Validation with Unobtrusive Ajax - a Complet
For a complete example of MVC3 custom validation attributes for client and server side validation with unobtrusive ajax, we need to add custom jquery validators. In this example, we will create a custom MVC3 attribute to test whether a model property equals a specific value and add the custom jquery validators for client-side validation.