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 / tarun
d) A default class that inherits from the control?s
base class
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What are the events that happen when a client requests an asp.net page from iis server?
What are the components of ado.net?
Is oauth for authentication or authorization?
What is server transfer?
List the events in page life cycle.
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Can you change a Master Page dynamically at runtime?
To add a hyperlink column to the DataGrid which tag is used ?
Why do we need asp.net?
What is asp.net caching?
What is DataGrid wheater its a Server Control or something else ?
What are the authentication types in asp.net?
What is session in web technology?
What permissions do asp.net applications posses by default?
What is session in http request?