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 / dipankar kumar
No one is correct.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Out of ASP or ASP.NET which one is stateless?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
How does the iis work?
What are type/key pairs in client script registration?
what is a .xap file? Explain with an example.
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How to unit test Web API?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Can you explain one critical mapping?
Is razor a programming language?
How do I use a proxy server when invoking a web service?
Why is global asax is used for?
What is the difference between a multi-layer and multi-tier applications?
What is difference in .net 1.1 and .net 2.0?