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 / 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 |
Post New Answer View All Answers
How do you handle server controls?
Where would you use an ihttpmodule, and what are the limitations of any?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is the used of "ispostback" property?
Can I combine classic asp and asp.net pages?
Write a code for passing ArrayList in Web API?
How do u deploy ur project?
What is form submit?
What is the difference between table and query?
What is a multilingual website?
Differentiate between client-side and server-side validations in web pages.
Please briefly explain the usage of global.asax?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is a session government?
Which authentication uses a combination of windows and iis authentication?