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 / farah
b) A protected class member for the control
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
Explain the various authentication mechanisms in asp.net.
How can we identify that the Page is Post Back?
What’s difference between “optimistic” and “pessimistic” locking?
What are sql joins?
What is the function used for removing an event listener?
Explain the difference between inline and code behind - which is best in?
What is the use of session?
What are session cookies?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Differentiate between globalization and localization.
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What are the advantages of using session?
What is Web API?
What is the difference between file-based dependency and key-based dependency?