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 are the asp.net 2.0 features?
What events will occur when a page is loaded?
What is viewstate? What does the “enableviewstate” property do?
Explain about the .NET framework?
What is cache in asp net?
What is the difference between client-side and server-side validations in webpages?
What are the Types of chaching. How to implement caching
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is asp.net globalization?
Is asp.net a language?
How can you register a custom server control to a web page?
What is the life-span of the items in the viewstate?
Is there any property names “isnavigating”?
Explain cookies with example.
What is the purpose of master page?