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
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is meant by server side scripting?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Explain about ASP.NET?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain the concept of MVC Scaffolding?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Describe the events in the life cycle of a web application.
Where sessions are stored?
Why we use asp.net for website development?
What are the main requirements for caching?
How do we sort the data from a dataset?
How to rename a table using sql queries?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Give 2 examples for scenarios when routing is not applied?