Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have seeen dynamic validation control in validation ..what is its use..i am not getting its clarity.I know google is my freind but I am not getting exact answer which will make me understand this.Please helpe.I"ll be highly obliged for the same
regards
Posted
Comments
Ankur\m/ 8-Jul-11 9:17am    
There is no dynamic validator control that I know of in ASP.NET. Do you mean custom validator?

There is not dynamic validation control in Asp.net. Here are list of Types of Validation for ASP.NET Server Controls[^]
 
Share this answer
 
In ASP.NET 3.5 a DynamicValidator was added. It basically "Enforces and catches exceptions that are thrown in a data model and displays the error."

http://msdn.microsoft.com/en-us/library/system.web.dynamicdata.dynamicvalidator.aspx[^]


Check out some examples:
Exploring ASP.NET Validation Controls[^]
 
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