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
What are the security types in ASP/ASP.NET? Different Authentication modes?
Explain difference between friend and protected friend?
How to implement Authentication and Authorization?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Can we use html in asp.net?
What New Features comes with ASP.NET Web API 2.0?
Are xaml file compiled or built on runtime?
What do you mean by caching in asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is form method?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is autopostback in dropdownlist in asp net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is IPostBack? How to use it?