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.

Answers were Sorted based on User's Feedback



What is the function of the CustomValidator? a) It allows for custom C# client-side code to valid..

Answer / shalini

c.The answer is below:

Checks the form field's value against custom validation
logic that you, the developer, provide.

Is This Answer Correct ?    3 Yes 0 No

What is the function of the CustomValidator? a) It allows for custom C# client-side code to valid..

Answer / 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

What is the function of the CustomValidator? a) It allows for custom C# client-side code to valid..

Answer / gyana

it uses serverside code to validate the entry in a control.

Is This Answer Correct ?    0 Yes 0 No

What is the function of the CustomValidator? a) It allows for custom C# client-side code to valid..

Answer / 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

More ASP.NET Interview Questions

how to stop cookie in particular page using asp.net

2 Answers   CGI,


How will u decide when to use caching and when to use viewstate?

5 Answers  


Why do we use datasource in asp.net?

0 Answers  


What symbol would you use to denote, the start of a code block in aspx views?

0 Answers   NA,


Disable Mouse right click on web page in asp.net?

0 Answers   HCL,






What are ASHX files?

0 Answers   HCL,


What is difference between web api and web services?

0 Answers  


What is the life-span of the items in the viewstate?

0 Answers  


What does uri mean?

0 Answers  


What is Forms Authentication in ASP.NET?

0 Answers  


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


What is server redirect?

0 Answers  


Categories