0
kicks
xVal v1.0 is now released
In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules.
Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules.