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 purpose of each of the validation controls provided by ASP.NET?

1 Answers  


What is the default authentication mode for asp.net?

0 Answers  


What would be salary for 6+ years of experience in ASP.NET in different metro city in india?

4 Answers  


What is paging in context of Memory?

0 Answers   Microsoft,


How can i include both C# and vb.net classes in same solution?

2 Answers  






Differentiate between a page theme and a global theme?

0 Answers  


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

0 Answers   Sans Pareil IT Services,


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  


Can two different programming languages be mixed in a single ASMX file?

1 Answers   IBM, Patni, Wipro,


What is itemrowdatabound for a datagrid?

1 Answers   IBM,


Describe the difference between inline and code behind - which is best in?

0 Answers  


What is the difference between ASP Session State and ASP.Net Session State?

0 Answers  


Categories