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 query string?
Distinguish between Server-side and Client-side code?
What’s the difference between asp.net web forms and asp.net mvc?
How do session tokens work?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is Cookies Less Session?
Define static constructor?
Can we create a multiple user simultaneously ?
Is sql backend or frontend?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is asynchronous call?
What asp.net control can embed xaml into asp.net pages?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are the differences between application object and session object?