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


Please Help Members By Posting Answers For Below Questions

What’s the difference between asp.net web forms and asp.net mvc?

552


COM+ Used ________________ Isolation Level

1530


What is server side in asp.net?

499


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

633


What is the difference between a page theme and a global theme?

546






Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?

539


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

561


What does asp.net stand for?

542


Does web services support data reader like pom project?

534


How can we create custom controls in asp net?

538


i want the asp.net technical questions and answeres

1611


Disable Mouse right click on web page in asp.net?

584


What is http response header?

567


Is session stored in browser?

531


What is base class of button control in .net?

531