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 / devesh
Because at a time asp.net validation and javascript dont
run together to come up this problem. custome validation is
given where we can run javascript for it means
a scripted client-side code to validate the entry
in a control.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which platform does Microsoft .NET use for exchanging data between applications?
Explain how cookies work. Give an example of cookie abuse.
What is the benefit of WebAPI over WCF?
What are sessions in asp net?
What is http pipeline in asp.net?
What is authorization in asp.net?
Out of ASP or ASP.NET which one is stateless?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
how to retrieve property settings from xml .config file.
What does a switch do?
How do I use a proxy server when invoking a web service?
What are the built-in objects in asp.net?
How you can manage the state of application at the server side in ASP.NET?
What is the sequence in which ASP.NET events are processed?
What are server side controls?