This is a two part question.
- Is it possible to take advantage of xVal's automatic client side validation with ASP.NET WebForms?
- If so, are there any examples available?
I imagine that it would be possible to extend xVal to include ASP.NET Validator controls. These controls would be the WebForms equivalent of <%= Html.ClientSideValidation() %> for MVC. But before I dive in too deep, I wanted to see if anyone else has tried this. (And yes I did try Google, but the results weren't very helpful.)