What is the function of the CustomValidator?
a) It allows for custom C# client-side code to validate
entries in a control.
b) It allows for a custom mixture of validator controls to
use one central control for the display of messages.
c) It uses scripted client-side code to validate the entry
in a control.
d) It uses server-side code to validate the entry in a control.
Answer Posted / shalini
c.The answer is below:
Checks the form field's value against custom validation
logic that you, the developer, provide.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the full form of asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is the difference between asp.net and mvc?
What is application in asp net?
What is Forms Authentication in ASP.NET?
What is a pixel url?
Can we override the enablepartialrendering property of the scriptmanager class?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Can the dictionary object be created in client?s scope ?
WSDL means?
List the events in page life cycle.
What is difference between asp.net and asp?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
If you want to write your own dot net language, what steps you will you take care?