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.
Answers were Sorted based on User's Feedback
Answer / tarun
d) A default class that inherits from the control?s
base class
Is This Answer Correct ? | 8 Yes | 5 No |
Can you explain autopostback?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is advantage of viewstate and what are benefits ?
What r the remotable objects. and how u make an application remotable
Why is catch(Exception) almost always a bad idea?
What is the basic difference between asp and asp.net?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
what is clr . how we access them?
How many types of cookies are available in asp?
Explain Areas in MVC?
Which namespace is used by ado.net?
What is the page life cycle in asp.net?