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.
No comments yet, be the first one to post comment.