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

What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


What is DataGrid wheater its a Server Control or something else ?

0 Answers   NA,


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


What are the different types of sessions in asp.net?

0 Answers  


What is web router?

0 Answers  






To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?

0 Answers   Siebel,


What are the objects of ASP.NET ?

6 Answers  


What is difference between response.redirect and server.transfer ?

2 Answers   Kalinga Software, Satyam,


How .Net has implemented security for web applications?

1 Answers  


what is diffrance between response.write & response.output.write

4 Answers   CTS,


What is the typical session identifier?

0 Answers  


What is Master Page in Asp.net?

9 Answers  


Categories