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 |
Explain difference between dataset and datareader?
Is asp.net is a programming language?
What is a page life cycle?
what does Page.IsValid in asp.net
6 Answers Infosys, Net Solution,
What is the syntax for datagrid and specifying columns ?
Where can we set the specific variables for a application and Session objects ?
What are the 3 types of web?
Which method do you use to kill explicitly a users session?
What is virtual directory in asp.net?
What are the differences between the response.write() and response.output.write()?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
Various types of Page Load functions
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)