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
- Host: GitHub
- URL: https://github.com/jrummell/xvalwebforms
- Owner: jrummell
- Created: 2015-01-11T16:49:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T20:53:11.000Z (over 9 years ago)
- Last Synced: 2023-04-10T11:50:41.051Z (about 2 years ago)
- Topics: jquery, jquery-validation, validation, webforms
- Language: C#
- Homepage:
- Size: 3.51 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 NuGetSee 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)