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? />

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are delegates?

567


what is publisher?

1642


What are the asp.net 2.0 features?

544


How do cookies work?

582


What is the difference between abstract class vs interface? Can give me the real time examples?

482






Explain difference between dataset and datareader?

596


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

1498


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

498


Differentiate between client-side and server-side validations in web pages.

549


What is an il?

548


What is cross page posting in asp net?

524


Explain diff. Betn dataset and recordset?

540


What are server-side comments in ASP.NET?

537


What are the advantages of using Master Pages?

589


How many web config files can be created for an application?

439