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
What are different types of api?
What is asp net application object?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is state management technique?
Explain the different types of directives in .net?
What is the difference between runtime version and version?
What are web beacons used for?
What is web api config?
What a diffgram is, and a good use for one?
What is meant by asp.net?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is slidemaster?
How can we call webservices in Banking Applications? and where we are using it?
How can I create master page in asp net?