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


Please Help Members By Posting Answers For Below Questions

What is difference cookie and session?

712


Can you change a master page dynamically at runtime? How?

675


How to implement role based security in asp.net mvc? : Asp.Net MVC

616


What is asp.net web pages?

694


How does a content page differ from a master page?

689


Define the term Scavenging in Caching?

762


What is boxing and unboxing in asp.net?

822


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1816


What is Partial PostBack in ASP.NET?

768


Where do we store our connection string in asp.net application?

728


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2545


Differentiate the session object and application object?

725


Describe the method to create a permanent cookie?

771


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?

1706


What is the difference between union and structure?

701