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.
kay.herzam
source share