How many types of validation controls are provided by
ASP.NET?
Answer Posted / amulya kumar panda
ther are six type validation controll that i know
1.reguiral filed validation
2.compareValidator
3.rangValidator
4.reguralExpressionValidator
5.customvalidator
6.validation summery
| Is This Answer Correct ? | 32 Yes | 6 No |
Post New Answer View All Answers
Explain weak typing and strong typing.
What is asp.net localization?
What are the two properties that are common on every validation control?
Why is xap important?
Why would anyone need to implement their own hashtable or linked list?
What is global.asax file used for?
What are the contents of cookie?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How you can access the properties and controls of master pages from content pages?
What role “#&&” plays in a querysting?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is GAC in ASP.NET 2.0
what are the Custom controls in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?