Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What does Server.MapPath do?
What does Server.MapPath do?
✍: Guest
Answer1
srver.mappath() maps the path given in the argument to the server’s physical path.
Answer2
It returns the complete(absolute) path of the file used in parameter.
Answer3
It returns a string containing the physical path in the server’s file system that corresponds to the virtual or relative path specified by the Path argument.
2014-09-29, 1985👍, 0💬
Popular Posts:
How To Create an Add-to-NewsGator Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...
Which bit wise operator is suitable for turning off a particular bit in a number? The bitwise AND op...
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...