What definition correctly defines a label server control
with the name set to lblHoop?
a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />

Answers were Sorted based on User's Feedback



What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / dipankar kumar

No one is correct.

Is This Answer Correct ?    3 Yes 0 No

What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / anjireddy

no one is correct answer....

a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />

these all are wrong answers...

The correct answer is:
<asp:Label id="lblHoop" runat="server" />

Is This Answer Correct ?    1 Yes 0 No

What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / swapna

c) <asp:Label id=?lblHoop? runat=?server? />

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Where can I get information on cookies in asp.net?

0 Answers  


Difference between windows application and web application? Which is the best for updation purpose?

5 Answers   IBS,


How can you use a custom controls in ASP.NET application?

0 Answers   Sans Pareil IT Services,


what are the sitemap providers in Asp.net 2.0?

2 Answers  


What is server infrastructure & server components?

0 Answers  






what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


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.

4 Answers   Syntax Softtech, TCS,


What is aspect-oriented programming?

0 Answers  


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.

1 Answers  


In order to get assembly info which namespace we should import?

0 Answers  


What are the Types of chaching. How to implement caching

0 Answers   Microsoft,


Categories