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

To redirect the user to another page which method do we use without performing a round trip to the client?

715


What do you mean by serialize?

722


What is data control in asp.net?

721


What is difference between Lambda Expression and LINQ in ASP.NET?

728


How do you implement postback with a text box?

746


How can you apply a theme to your asp.net application?

725


What is the use of ASP.NET routing?

748


What is the difference between cookie and session?

695


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

690


How can we prevent browser from caching an aspx page?

695


Explain Features in ASP.NET

765


What is webresource axd?

646


What is viewstategenerator?

925


What is the exact purpose of http handlers?

746


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

858