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 / vipin solanki

Answer is c:-

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we register exception filter globally?

592


Can you dynamically assign a Master Page?

590


I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?

545


How would you enable impersonation in the web.config file?

549


What are resource file and how do we generate resource file?

567






What symbol specifies the beginning of a query string?

537


Is it possible to migrate visual interdev design-time controls to asp.net?

563


What is server components?

538


What is skin in asp.net?

520


What are cao and sao.

548


Difference between response.redirect and server.transfer?

552


How do I open an ashx file?

541


What are the main requirements for caching?

541


What are validator? Name the validation controls in asp.net? How do you disable them?

548


Why is the standalone environment only useful during the development process?

1342