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
What is asp.net with mvc? : Asp.Net MVC
Why and where this web.config file is used?
When you use Ajax controls in the ASP.NET application?
What is session object? Describe in detail.
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain difference between dataset and recordset?
What is asp.net web pages?
What is the equivalent of date() and time() in asp.net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the difference between equals() and == in c#?
What is asp.net introduction?
What is manifest in .net framework?
What is the difference between globalization and localization?
What are the advantages and limitations of query string?
How to implement Authentication and Authorization?