9
shouts

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

published 758 days, 3 hours, 20 minutes ago posted by http://claimid.com/adriangrigorehttp://claimid.com/adriangrigore 760 days, 2 hours, 20 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 form validation, client-side validation, dataannotationsmodelbinder, form validation, jQuery, jQuery.validate, remote validation, xVal