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 / dipankar kumar
No one is correct.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a 1x1 pixel?
What is the difference between file-based dependency and key-based dependency?
What are the server controls in asp.net?
Define view state.
Briefly describe the role of global.asax?
Differentiate strong typing and weak typing
What is page fragment caching?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What are the features that make asp.net more used framework? : asp.net mvc
What is gridview in asp.net?
How would you implement inheritance using c#?
How is a session stored and maintained in asp.net?
Is it possible to apply themes to an asp.net application? If yes, then how?
How does windows service lifecycle differ from a .standard. Exe?
What are main return types supported in Web API?