Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendation for a ASP.NET Webforms Validation Framework [closed]

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.

like image 369
kay.herzam Avatar asked Mar 04 '10 09:03

kay.herzam


1 Answers

There is a project in codeplex trying to port xVal to Webforms, take a look at http://xvalwebforms.codeplex.com/

like image 87
Ariel Popovsky Avatar answered Nov 15 '22 10:11

Ariel Popovsky