When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
Answer Posted / anjani
c) A default event handler for the click event.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How to use multiple scriptmanager controls in a web page?
What are the different method of navigation in asp.net?
Explain about Automatic resource management?
What is difference between ispostback and autopostback in asp net?
How do I create a web form?
Is post back in asp.net?
What is server side routing?
How many web.config files can I have in an application?
How is session id generated?
What is a url string?
Define the term Scavenging in Caching?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Explain the different types of directives in .net?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is session and cookies in asp.net?