What are validator? Name the Validation controls in asp.net?
How do u disable them?
Answer Posted / hiteshj78
Validator means checking inputed data in any field like
textBox or dropdownbox any other which we want to validate
at client side using sever tag.
Following are type of validator control in asp.net.
1. Ranage validator control
2. RequireFieldvalidator control
3. CompareValidator control
4. RegularExpressionValidator control
5. CustomValidator control
6. ValidationSummary control
if we mention in our page but want to disable just use the
property of validator control causevalidation=false.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How is the asp.net mvc architecture different from others? : asp.net mvc
What is the displayafter property in updateprogress control?
How many types of cookies are there in asp.net?
What do you mean by role-based security?
What is the purpose of session management?
What is asp short for?
What is different authentication mechanisms used in ASP.NET?
Where web.config file is used?
What is the biggest disadvantage of “Other Return Types” in Web API?
Differentiate between namespace and assembly.
How does asp page work?
What is an assembly? Explain its parts.
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is http pipeline in asp.net?
What are the new navigation controls in asp.net 2.0?