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 / swapna
c) <asp:Label id=?lblHoop? runat=?server? />
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can we create pie chart in asp.net?
What are the new navigation controls in asp.net 2.0?
What are validators and list some validators of asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
When you use Ajax controls in the ASP.NET application?
What is the equivalent of date() and time() in asp.net?
Is global asax mandatory?
Where do the cookie state and session state information be stored?
What are themes and skins in 2.0, explain usage scenario?
What is a server cookie?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Differentiate between early binding and late binding.
Explain some of the major built-in objects in asp.net
Explain swagger components.
Explain asp.net page life cycle?