What are validator? Name the Validation controls in asp.net?
How do u disable them?

Answer Posted / dilip

In addition of the above answer, it is interesting to know
the "Turning off Client-side Valiation".

Because validation server contols provide clients with
client-side validations automatically, you might, at times,
want a way to control the behavior.

It is quite possible to turn off the client-side
capabilities of these controls so that they don't
independently send client-side capabilities to the
requestor. U can turn off this functionality.

The first is at the control level. Each of the validation
server controls has a property called EnableClientScript.
This property is set to True by default, but setting it to
False prevents the control from sending out a Javascript
function for validation on the client. Instead, the
validation check is done on the server.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand from custom control?

605


Explain the concept of MVC Scaffolding?

589


How many types of validators are there in asp net?

490


What is anonymous authentication?

584


What is the base class from which web forms are inherited?

525






What is the use of session in web application?

481


How would you get asp.net running in apache web servers?

539


In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely

1543


What is session and application variable in asp net?

457


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2266


Where is session cookies stored?

517


Why would a company use an application service provider?

492


What are the namespace classes used in asp.net mvc? : asp.net mvc

542


How can you dynamically add user controls to a page?

509


How will you do Redo and Undo in a TextControl?

664