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
How can we create custom controls in asp net?
What does occur first in ASP.Net, Authentication or Authorization?
Define data caching?
Define transparent caching with aop?
Why would anyone need to implement their own hashtable or linked list?
What are uri parameters?
Is asp.net a programming language?
What parameters can you pass in the url of the api?
What is true about application service provider?
How does a content page different from a master page?
What is data grid view in asp.net?
Differentiate between namespace and assembly.
Where do the cookie state and session state information be stored?
Can user control be stored in library?
What is full form of asp.net?