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 AutoEventWireUp and what is the use of This property explain in details?
How can we identify that the Page is Post Back?
What is scope of an application variable in asp.net?
Can I read the hard disk serial # of the client computer using asp.net?
How many web.config files can I have in an application?
What language does asp.net use?
Do you know about caching with the datasource controls?
Explain advantages of caching?
What is the use of dispose method?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain About duration in caching technique
Is there any alternative to avoid name collisions other then Namespaces?
How does u get record no from 5 to 15 from a dataset of 100 records?