Skip to content

jrummell/xvalwebforms

Repository files navigation

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.

Documentation

Blog Posts