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
How can we register exception filter globally?
Briefly describe the role of global.asax?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the mvc framework?
Can a .net web application consume java web service?
Which library is used by the testers and developers to develop automated tests and create testing tools?
Which authentication uses a combination of windows and iis authentication?
Explain the difference between web user control and web custom control?
What are the navigation ways between pages available in ASP.NET?
What is the difference between a cookie and a pixel?
Explain how to prepare culture-specific formatting in .net.
What are the properties of the eventargs argument when capturing keyboard events?
Any disadvantages in Dataset and in reflection ?
What are validators and list some validators of asp.net?
What is application session?