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
Can you set which type of comparison you want to perform by the comparevalidator control?
What is the use of express session?
How do you implement sql caching in asp.net?
Explain cashing in asp.net.
Which two new properties are added in asp.net 4.0 page class?
Who can consume WebAPI?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How do you use viewstate?
What is class and object in asp.net?
explain code with multi inhertance
What is the difference between executescalar and executenonquery?
What is the equivalent of date() and time() in asp.net?
How can u debug your .net application?
Define authentication and authorization.