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
To redirect the user to another page which method do we use without performing a round trip to the client?
What do you mean by serialize?
What is data control in asp.net?
What is difference between Lambda Expression and LINQ in ASP.NET?
How do you implement postback with a text box?
How can you apply a theme to your asp.net application?
What is the use of ASP.NET routing?
What is the difference between cookie and session?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can we prevent browser from caching an aspx page?
Explain Features in ASP.NET
What is webresource axd?
What is viewstategenerator?
What is the exact purpose of http handlers?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?