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
What does the orientation property do in a menu control?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is the difference between localization and globalization?
What is the difference between application state and session state in asp net?
Explain the concept of MVC Scaffolding?
What is the difference between union and join?
What is variable and constant in .net programming language?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
Define data caching?
Do you know caching feature?
How can you implement encapsulation in asp.net?
Describe the .net base class library.
How you can stop the validation of ASP.NET controls from client side?
Why we use content place holder in asp.net?
What is base class of button control in .net?