Answer Posted / arpita malviya
The Server object is used to access properties and methods
on the server.
These are its methods and properties;
CreateObject: Creates an instance of an object
Execute :Executes an ASP file from inside another ASP file
GetLastError() :Returns an ASPError object that describes
the error condition that occurred
HTMLEncode: Applies HTML encoding to a specified string
MapPath :Maps a specified path to a physical path
Transfer :Sends (transfers) all the information created in
one ASP file to a second ASP file
URLEncode: Applies URL encoding rules to a specified string
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is the benefit of WebAPI over WCF?
Can you explain autopostback?
How do you sign out from forms authentication?
How asynchronous call can be implemented using delegates?
How do I open an ashx file?
What is sdlc process?
Explain automatic memory management in .net.
What is http protocol and how it works?
What is & in a url?
What are the differences between the response.write() and response.output.write()?
Define application state variable and session state variable?
How can I have a particular web page in an asp.net application which displays its own error page?
What is true about application service provider?
Web API supports which protocol?
What are the session variables?