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
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is difference between view state and session state?
What are web server controls in asp.net?
How do you store a value in viewstate and retrieve them?
What does ascx stand for?
What is asp.net architecture?
Explain asp.net application life cycle?
Why would anyone need to implement their own hashtable or linked list?
What is the parent class of all web server control?
What is difference in .net 1.1 and .net 2.0?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What are httphandlers and httpmodules and difference between them?
How is a session stored and maintained in asp.net?
How do you implement sql caching in asp.net?
Which is better php or asp.net?