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
What is view state and how it works in asp net?
What is query string?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the difference between user control an custom control?
What is cross page posting? How is it done?
Is post back in asp.net?
What is the usie of activex control in .net?
What are the types of session in asp.net?
Explain serialization and deserialization?
What do you mean by query string?
What is the difference between debug and release?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is a web farm?
What is the best Macanism to clear the Cache in asp.net
How can we call webservices in Banking Applications? and where we are using it?