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 / tarun
d) A default class that inherits from the control?s
base class
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Can we set master page as a start page?
What is ispostback property?
What is OSI layer? Explain different layers.
What is recordset asp?
Where would you use an ihttpmodule, and what are the limitations if any?
How do you change the session time-out value?
What is syntax code to send email from an asp.net application?
Which is better union or union all?
When cookie will expire?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What are the differences between primary foreign and unique keys?
How can u debug your .net application?
How does output caching work in ASP.NET?
how to transfer the file from client to server using asp.net
What are the 3 levels at which content pages can be attached to Master Page?