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 is diffgram ?
What are the advantages of Web API?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How do you register a .NET assembly?
What is the roll of JIT in asp.net?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
What are the various types of cookies in asp.net?
What are the steps to follow to host a web application on a web server?
How do we make a poperty read only?
Explain the use of errorprovider control in .net?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
Explain the different types of assemblies?
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)