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

What ?ll u do in early and late binding ?

1 Answers   DELL,


what is managed and unmanaged code?

4 Answers   Microsoft,


What is the difference between session.abandon() vs clear()?

0 Answers  


what is webservices. howit is use in our project .

1 Answers   Patni,


Explain the use of resource manager class in .net.

0 Answers  






how to get modified rows from Dataset

1 Answers   CGI,


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

0 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....

3 Answers   Bally Technologies,


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


Explain about asp.net state management?

0 Answers  


Categories