What is Virtual path in ASP.Net
Answers were Sorted based on User's Feedback
Answer / nandu
suppose A browser request was made using the following URL:
http://www.contoso.com/MyApplication/MyPages/Default.aspx.
The term "virtual path" refers to the portion of the
request URL that follows the server identifier; in this
case, the virtual path is the
following: /MyApplication/MyPages/Default.aspx.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
What is data cache in sql server?
Page Life Cycle in ASP.NET
How to execute a stored procedure.and how to call it form a asp page
How to reduce the Page size in asp.net?
What is the difference between custom controls and user controls?
Explain what a diffgram is, and a good use for one?
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?
In try catch blocks one is normal catch block and another is sqlcatchexception block
What is cyclomatic complexity and why is it important?
What is enableviewstate in asp net?
Which is better viewstate or session?
Which data type does the rangevalidator control support?