An open API service indexing awesome lists of open source software.

https://github.com/jrummell/xvalwebforms

xVal for WebForms
https://github.com/jrummell/xvalwebforms

jquery jquery-validation validation webforms

Last synced: 2 months ago
JSON representation

xVal for WebForms

Awesome Lists containing this project

README

        

# xValWebForms

Validate ASP.NET WebForms better with attribute-based rules for server and client side validation. (The project used to be built on xVal, before it was deprecated)

Current features (v0.4):
- Attribute based rules with DataAnnotations
- Client side validation with the jQuery Validation plugin
- Support for ValidationGroup and EnableClientScript.
- Now available from NuGet

See our demo on AppHarbor: [xvalwebforms.apphb.com](http://xvalwebforms.apphb.com).

[Documentation](https://github.com/jrummell/xvalwebforms/wiki)

[Blog Posts](http://www.jrummell.com/blog/index.php/tag/xval-webforms)