Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear all,

How to disable the server side validation for a particular control in asp.net.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jan-12 1:14am    
What's the problem?
--SA

Just don't use validation for those controls. :-) Please see http://msdn.microsoft.com/en-us/library/bt244wbb.aspx[^].

If you want to validate some control or ignore validation depending on condition, this would be still validation; on certain condition you have successfully validate it which is equivalent of non-validation, isn't it? To learn more on validation, see http://msdn.microsoft.com/en-us/library/debza5t0.aspx[^].

—SA
 
Share this answer
 
 
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