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 methods are fired during the page load? Init()
Explain global assembly cache.
Explain the use of dataadapter.
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What are the asp.net server side objects?
What is a 307 redirect?
What is asp.net caching?
List the events in page life cycle.
How to do state management in ASP.NET?
Define page fragment caching?
What is parse in asp.net?
What is the maximum number of classes that can be contained in one dll file?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the biggest disadvantage of “Other Return Types” in Web API?