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
What is the benefit of WebAPI over WCF?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What threading model used in asp and asp.net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Is it possible to write code in many languages in one asp.net project?
What is the purpose of session management?
What are the different types of sessions in asp.net? Name them?
To redirect the user to another page which method do we use without performing a round trip to the client?
How do u optimize a query in asp.net?
Why mvc is better than asp.net? : Asp.Net MVC
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Explain how can we inherit a static member?
Is asp.net core faster?
What is the maximum timeout we can set for Cookies?
How many validators do ASP.NET have?