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
How does a content page different from a master page?
What is the default authentication mode for asp.net?
Explain advantages of caching?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What are the three parts of an http response?
Explain the benefits of viewstate?
Explain the asp.net page life cycle.
Which method is used to perform all validation at the page level?
How can we inherit a static member?
Explain the boxing and unboxing concept in .net?
Is sql backend or frontend?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Using code explain Configuration Management
what are the web form events available in asp.net?
How to unit test Web API?