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
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 |
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 |
Answer / gyana
it uses serverside code to validate the entry in a control.
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Any alternative to avoid name collisions other then Namespaces?
Difference between response.redirect and server.transfer?
Explain the code Access Security (CAS) in .net Framework?
What is the difference between system.stringbuilder and system.string
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is gridview in asp.net?
State differences between MVC and WebAPI
Is asp.net mvc still used? : Asp.Net MVC
How u refer webservices?
Dategrid filtering and sorting How can we sort all the fields at once?
Briefly describe different techniques for ASP.NET State Management?
6 Answers Deloitte, Syntax Softtech,
What is different in .net 1.1 and .net 2.0?