I have worked with the .MVC framework using validation frameworks such as xVal or FluentValidation.
Is there anything similar available for webforms as well? I have got a few projects which have to be done using webforms.
What I'm asking for is some kind of integration with the webforms infrastructure. I could just use one of the mentioned frameworks in order to validate the (view/page)models, but I still would have to do a lot of form validation in the page.
Thanks for any answers in advance. I'd really appreciate if you could describe or refer to the level of webforms integration.