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
What are the session variables?
What is custom attribute?
What is the life-span of the items in the viewstate?
Explain Authentication mechanism in dotnet
Which authentication uses a combination of windows and iis authentication?
What is difference in .net 1.1 and .net 2.0?
What is & in a url?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What r the asp.net list controls and difference between them?
How can we update records in gridview?Is there any appropriate code for it?
What is a global postback url?
List the types of authentication supported by asp.net?
What is the use of the tag in the web.config file?
What is content page in asp net?
What is the difference between localization and globalization?