9
Shouts

ASP.NET MVC Tip #4: Client-side form validation made easy – Part 2 | devermind.com

published 863 days, 4 hours, 52 minutes ago posted by http://claimid.com/adriangrigorehttp://claimid.com/adriangrigore 865 days, 3 hours, 53 minutes ago
Wednesday, January 13, 2010 12:17:38 PM GMT Monday, January 11, 2010 1:17:22 PM GMT

In my previous article about ASP.NET MVC Client-Side validation, I showed how to set up your project so that you don’t have to write any custom JavaScript code for any new client-side validation rules. This approach also covered remote client-side validation – these are rules which require server-side resource in order if a particular input field is valid or not.

In this second part of the client-side series I am showing how to apply this technique on validation rules that depend on multiple form fields.

category: ASP.NET | clicked: 1 | | source: devermind.com | show counter code
tags: ASP.NET MVC, client-side validation, remote validation, dataannotationsmodelbinder, jQuery.validate, form validation, xVal, jQuery, client-side form validation