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
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are the types of validation in asp net?
Is asp.net web forms dead?
How can exception be handled with out the use of try catch?
What is the difference between user control and custom control?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is autopostback true?
How do you create a master page?
Explain different types of validators in asp.net?
What are the various types of cookies in asp.net?
Explain about secure socket layer?
What is the difference between equals() and == in c#?
Can I tap into other windows livetm services?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What kind of programming language is ASP.NET?