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
Which control has default post back is enabled(true)?
Explain file-based dependency and key-based dependency.
What is the concept of view state in asp.net?
What do you mean by serialize?
What is a web based system?
Which is the parent class of the ASP.NET server control?
how can create login from create and written conde in asp.net
Can user control be stored in library?
What are app services?
Can we set master page as a start page?
What is latest version of asp.net mvc? : Asp.Net MVC
What is a session http?
Explain the asp.net session state modes.
What is difference between datalist and gridview?
Explain exception handling in .net.