Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Guys.

Please can anyone help me with any Third Party Framework I can use to validate user information in any ASP.NET Control on a web page. The inbuilt validation control in ASP.NET does not meet up with what i want. I have more than 20 TextBox & DropDown control on the Web Form. Or any best practice of using the inbuilt validation control in ASP.NET
Posted

1 solution

Why not use the asp.net validators? Could you explain why the inbuilt validation controls don't meet up with what you want?
If it is a case where you need to know more about how to implement them, then these articles may provide you with the information you require to get the validators to function the way you want them to.

Exploring ASP.NET Validators[^]
Customize Validation Summary[^]
ASP.NET Validators Unclouded[^](This one is really old, but may still have some useful information)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900