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 in a session cookie?
Explain the different parts that constitute ASP.NET application?
What is HTTPContext and HTTPModule. What is the use of them?
Explain how does asp page work?
what are partial postbacks?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is application variable and when it is initialized ?
Can the dictionary object be created in client?s scope ?
What is validationsummary server control? where it is used ?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Fetch one page value to another page without using state-managment ?
Which authentication uses a combination of windows and iis authentication?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)