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
What is difference cookie and session?
Can you change a master page dynamically at runtime? How?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is asp.net web pages?
How does a content page differ from a master page?
Define the term Scavenging in Caching?
What is boxing and unboxing in asp.net?
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....
What is Partial PostBack in ASP.NET?
Where do we store our connection string in asp.net application?
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?
Differentiate the session object and application object?
Describe the method to create a permanent cookie?
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?
What is the difference between union and structure?