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

How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


Describe the .net base class library.

0 Answers  


Why would anyone need to implement their own hashtable or linked list?

0 Answers  






Can I combine classic asp and asp.net pages?

0 Answers  


What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

2 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


What is & in a url?

0 Answers  


Why do we need Web Services?

1 Answers   Mind Tree,


Which is the best institute for ASP.NET?

8 Answers   ABC Infotech, Tech Mahindra,


In the Repeater control which way you can edit?

0 Answers   Siebel,


Categories