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
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is asp short for?
What is web api vs wcf?
Explain cookies with example.
Is asp.net core faster?
What are the media types of http requests and response?
What are the components of ado.net?
Explain the use of dataadapter.
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
How can you access the properties and controls of master pages from content pages?
Explain Features in ASP.NET
Can we set which type of comparison we want to perform by the CompareValidator control?
Explain the Order of events in an asp.net page?