Showing posts with label jquery-validate. Show all posts
Showing posts with label jquery-validate. Show all posts

Sunday, May 20, 2012

jQuery Validation plugin in ASP.NET Web Forms


I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find it easier than adding asp validators everywhere and setting the control to validate field on all of them.

Monday, April 23, 2012

How to use jQuery Validation plugin with metadata and the jQuery Forms plugin (with some xVal as well)


I've been doing some development using the xVal framework for .NET to link up some of the validation rules for models on the server side along with some client side validation using the jQuery Validation plugin along with the jQuery Form plugin for submitting the form.