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
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is scope of an application variable in asp.net?
Describe the .net base class library.
Write a code for sending an email from asp.net application.
Define cookie.
What are Session states available and its Uses?
How do u deploy ur project?
What is the difference between session object and application object?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is a runtime version?
List some of the important session state modes of asp.net.
What are the navigation ways between pages available in ASP.NET?
Explain what is an abstract class?
How to Separate background image and front image from original picture....
What’s the catch?