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 / 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 |
Post New Answer View All Answers
How does session work?
What is postback request?
What are app services?
Explain the function of new view engine in asp.net? : asp.net mvc
How can you make sure that web api returns json data only?
Can we set which type of comparison we want to perform by the CompareValidator control?
Is asp.net a language?
Differentiate between globalization and localization.
Why Unload event of MasterPage Calls first in ASP.net ?
What is variable and constant in .net programming language?
What is web api config?
Explain an object, class and method.
How do you use viewstate?
Which Is Faster MVC or ASP.net ?
Please briefly explain the usage of global.asax?