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 |
What are sharepoint pages?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is asp.net mvc? : asp.net mvc
Can you change a master page dynamically at runtime? How?
What is asp net theme?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How to display Alert in ASP.NET
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
what is client back feauture ?
What is the used of "ispostback" property?
Please briefly explain the usage of global.asax?
calling result set one procedure to anothar procedure in sql2000