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 the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Can I tap into other windows livetm services?
How to manage different kinds of sessions in ASP.NET?
What are the media types of http requests and response?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What are cao and sao.
What is diff. Between abstract class and an interface?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are server objects?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What do you mean by serialize and marshalbyref?
Are there resources online with tips on asp to asp.net conversions?
What is the difference between the response.write() and response.output.write() methods?