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 the two properties that are common on every validation control?
What is & in a url?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What are sharepoint pages?
What is the difference between custom web user control and a custom web server control?
What is autopostback in dropdownlist in asp net?
What is meant by server side scripting?
How can you handle exceptions in asp.net?
What are client activated objects?
What are Session states available and its Uses?
Can you explain autopostback?
What are the features of asp.net mvc?
How does u get record no from 5 to 15 from a dataset of 100 records?
In which event are the controls fully loaded?
What are ASHX files?