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 is Cookies Less Session?
What is ashx file in asp.net?
Explain what are webservices?
Explain client-side scripting?
What kind of programming language is ASP.NET?
What is a user session?
What are httphandlers and httpmodules and difference between them?
Why and where this web.config file is used?
What is difference between datalist and gridview?
Differentiate between early binding and late binding.
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is AutoPostback?
Elaborate differentiation between Cache and Application?
What is difference between session and application in asp net?
Distinguish between Server-side and Client-side code?