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
When should I use server transfer and response redirect?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How can you identify that the page is post back?
What is custom attribute? How to create?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain the difference between sql invalidation and sql notification.
Do I need to have the latest version of windows media player installed?
How many types of Cookies are available in ASP.NET?
Where is session data stored in asp net?
Define the steps to set up validation control.
Explain exception filters?
What is route in web api?
Can more than one person use the same login?
How can we identify that the page is post back in asp net?
What is server side routing?