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



When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the clas..

Answer / farah

b) A protected class member for the control

Is This Answer Correct ?    42 Yes 2 No

When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the clas..

Answer / tarun

d) A default class that inherits from the control?s
base class

Is This Answer Correct ?    8 Yes 5 No

When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the clas..

Answer / anjani

c) A default event handler for the click event.

Is This Answer Correct ?    8 Yes 7 No

When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the clas..

Answer / asha

C

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


Explain advantages of caching?

0 Answers  


How to comment out asp.net tags?

0 Answers  


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


What is session state server?

0 Answers  






About session modes

3 Answers   Wipro,


How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


What is web.config file ?

1 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,


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.

1 Answers   Syntax Softtech,


Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe

1 Answers  


What are the two properties that are common in every validation control?

4 Answers   Siebel,


Categories