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
What is meant by ispostback in asp net?
How can I create master page in asp net?
What is difference between viewstate and session in asp net?
Where is the view state data stored in asp net?
What are HTTP handlers in ASP.NET?
What events will occur when a page is loaded?
How would you create a permanent cookie?
What is autopostback in dropdownlist in asp net?
What are the Types of objects in ASP
How will you load dynamic assembly?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What are user controls?
Why we use content place holder in asp.net?
Define viewstate in .net?