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

Will session work if cookies is disabled?

0 Answers  


Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft Ajax 1.0

1 Answers   InfoSpace,


Explain the concept of MVC Scaffolding?

0 Answers   B-Ways TecnoSoft,


How many web config files can be created for an application?

0 Answers  


Difference between datareader and dataset ?

4 Answers   Microsoft,


How can you provide an alternating color scheme in a Repeater control?

1 Answers  


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

0 Answers   TCS,


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


What event handlers can I include in Global.asax ?

1 Answers  


What is session and application variable in asp net?

0 Answers  


Explain the difference between overriding and overloading?

0 Answers  


can I use session variable in App_code Class page??

3 Answers   Wipro,


Categories