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
How does a web application session work?
What is a multilingual website?
How can we inherit a static variable?
How can you identify that the page is post back?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Why is it preferred to not use finalize for clean up?
Which namespace is used by ado.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is web configuration file and how to use in web application
Describe the .net base class library.
Explain login controls.
is gateway for sms continue connected for sending sms.how?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How to sign out from forms authentication?