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


Please Help Members By Posting Answers For Below Questions

What is Cookies Less Session?

801


What is ashx file in asp.net?

738


Explain what are webservices?

728


Explain client-side scripting?

760


What kind of programming language is ASP.NET?

812


What is a user session?

684


What are httphandlers and httpmodules and difference between them?

735


Why and where this web.config file is used?

779


What is difference between datalist and gridview?

776


Differentiate between early binding and late binding.

773


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1663


What is AutoPostback?

796


Elaborate differentiation between Cache and Application?

716


What is difference between session and application in asp net?

730


Distinguish between Server-side and Client-side code?

760