What is a resource? Provide an example from your recent
project.
Answer / gaurav
Resources are objects like images, text files etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
How many namespaces are in .net version 1.1?
Tell us why do we use the “using” statement?
What relationship is between a process, application domain, and application?
What is an exe and a dll?
When would you use .NET Remoting and when Web services?
What is garbage collection and how it works ?
What is shared and repeatable inheritance?
What is il and c#?
How we can achieve Connection pooling in .Net?
Do you know what are three common acronyms used in .net, and what do they stand for?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What is the difference between custom control and web control?