asp.net web apps: are OnServerValidate necessary with custom validators
- by peroija
I recently created a .net web app that used over 200 custom validators on one page. I wrote code for both ClientValidationFunction and OnServerValidate which results in a ton of repetitive code.
My sql statements are parameterized, I have functions that pull data from input fields and validates them before passing to the sql statements or stored…