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
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 are the Types of objects in ASP
How to stop the inheritance?
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.
Can you use c# without .net?
What are the media types of http requests and response?
How to execute a stored procedure.and how to call it form a asp page
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Explain the difference between array and linkedlist?
Features of a dataset ?
Why will you usually create an aspnet user account in the database for an asp.net web application?
what are the new server controls added in Asp.net 2.0?
How do you create a permanent cookie?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)