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 / gyana
it uses serverside code to validate the entry in a control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can exception be handled with out the use of try catch?
Is there any limit for query string? Means what is the maximum size?
What is server side in asp.net?
What are the asp.net security controls?
What are the events that happen when a client requests an asp.net page from iis server?
What is a query string in a url?
What kind of programming language is ASP.NET?
What is the file extension of web service?
Why web api is better than wcf?
Explain Optimization technique description?
What is HTTPModule and HTTPcontext? What is the use of each?
What is page fragment caching?
What is the use of web.config file?
What's the difference between viewstate and sessionstate?
What is http request and response?