Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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? />

Answers were Sorted based on User's Feedback



What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / dipankar kumar

No one is correct.

Is This Answer Correct ?    3 Yes 0 No

What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / 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

What definition correctly defines a label server control with the name set to lblHoop? a) <asp:..

Answer / swapna

c) <asp:Label id=?lblHoop? runat=?server? />

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Difference between dynamic query and static query ?

1 Answers   DELL,


What is an asp.net validator? And, mention its types.

0 Answers  


How can you handle errors in Web API?

0 Answers  


What is the used of "ispostback" property?

0 Answers  


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


What is event in asp.net?

0 Answers  


what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page

1 Answers  


What are the disadvantages of viewstate/what are the benefits

3 Answers  


What does the "EnableViewState" property do?

2 Answers  


Which library is used by the testers and developers to develop automated tests and create testing tools?

0 Answers  


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

0 Answers  


Explain the basic functionality of garbage collector?

0 Answers  


Categories