Recommendation for ASP.NET Web Form Validation Platform

I worked with a .MVC card using validation frameworks such as xVal or FluentValidation .

Is there anything similar for web forms? I have several projects that need to be done using web forms.

What I'm asking for is some integration with the web form framework. I could just use one of the mentioned frameworks to validate the models (view / page), but I still have to do a lot of form validation on the page.

Thanks for any answers in advance. I would really appreciate it if you could describe or refer to the level of integration of web forms.

+6
validation
source share
3 answers

Codeplex has a project trying to pass xVal to Webforms, see http://xvalwebforms.codeplex.com/

+3
source share

You can take a look at the Application Validation block from the Enterprise Library. I never tried to integrate it using webforms, but it has a page dedicated to just that. Maybe this can help:

http://msdn.microsoft.com/en-us/library/cc309331.aspx

+1
source share

Peter Blum Data Entry Suite: http://www.peterblum.com/Home.aspx

0
source share

All Articles