Answer Posted / shiv
Virtual Path is the file path inside a folder of web
application.
Example <img src="../Images/SampleImage.jpg" />
Here, the image contril shows the file
named "SampleImage.jpg" inside the folder "Images" of the
web application.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain an object, class and method.
What is the extension of master page in asp.net?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain asp.net application life cycle?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Is asp.net is a programming language?
What are the Types of session management in ASP.NET
To redirect the user to another page which method do we use without performing a round trip to the client?
What is difference between asp state management and asp.net state management?
Explain the differences between clr & cts?
What is the difference between dynamic SGA and static SGA?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is postback and autopostback in asp.net?