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
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Explain parts of assembly?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the difference between trace and debug in asp.net?
Why is string called immutable data type?
Difference between singleton and singlecall.
Can we have multiple master pages in asp net?
How to use push notification?
What is inproc and outproc?
what are the Custom controls in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What can you do with asp.net?
What is viewstategenerator?
What are the event handlers that we can have in global.asax file?
Is asp.net a language?