Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have to add some common input validation and some control specific validation to a ASP.NET website.

Is there a way I can create a customvalidation in a class library outside of the solution and hook up with website.

A sample would be great considering am new to ASP.NET
Posted
Comments
M.Farrukh Abbas 25-Sep-14 2:06am    
You can do it easily but this validations work on server side and it will effect the performance So I suggest better to work on client side using validation control available in asp.net , javscript and Jquery.
dpdby 22-Oct-14 14:48pm    
Thanks Farrukh, I need a way to do server side validations. I dont need client side. Can you suggest me a way to do it. If you have any sample that would be great since am new to asp.net

1 solution

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