Validator Toolkit for ASP.NET MVC

January 29, 2008 · updated September 13, 2026

ASP.NET MVC, Validator Toolkit

Yesterday I started this new project on CodePlex called Validator Toolkit for ASP.NET MVC. The Validator Toolkit provides a set of validators for the new ASP.NET MVC framework to validate HTML forms on the client and server-side using validation sets. By defining a validation set, e.g. a LoginValidationSet class, the toolkit will generate code, in conjunction with the JavaScript library jQuery, to validate on the client-side and will use the same set of rules to validate on the server-side.

Link to project: (the CodePlex page is no longer available)
http://www.codeplex.com/MvcValidatorToolkit

Now on GitHub:
https://github.com/jbaurle/MvcValidatorToolkit →

There is also an article on CodeProject.com:

Link to article: (the CodeProject page is no longer available)
Creating Client and Server-Side Form Validation using the Validator Toolkit for ASP.NET MVC

Link to PDF:
Creating Client And Server-Side Form Validation Using The Validator Toolkit For ASP.NET MVC →