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 |
Name the validation control available in asp.net ?
How to convert a string into an Integer in ASP.net?
To call a Web service SOAP which transport protocol you use?
What is class and object in asp.net?
Explain global assembly cache.
Describe the difference between inline and code behind - which is best in a?
What is a 1x1 pixel?
difference between writing connection string in web.config through connection string and appsettings
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.
5 Answers ADITI, Syntax Softtech,
What is the procedure to create the environment for asp.net? : asp.net mvc
when will garbage collector run?
How is it possible for .NET to support many languages?
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)