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 mvc in asp.net interview question? : Asp.Net MVC
Explain how cookies work. Give an example of cookie abuse.
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is asp net_sessionid?
How to add DateTime Control in normal DataGrid Server Control?
Which type of state management is provided by Query String in ASP.NET?
Which is the parent class of the ASP.NET server control?
A web service can only be written in .net? State whether true or false.
Explain how do you deploy your asp.net application?
Explain the asp.net page life cycle.
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?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Is asp.net and .net are same or different?
What do you mean by marshalbyref?
Why is string called immutable data type?