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
Explain the differences between clr & cts?
How do I publish my asp.net application to my isp's web server?
What is asp.net web pages?
Explain advantages of caching?
What is a multilingual website?
What is the difference between pathparam and queryparam?
Explain about the Class view window?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Is it possible to apply themes to an asp.net application? If yes, then how?
What are validator? Name the validation controls in asp.net? How do you disable them?
Do you support digital rights management to protect my videos?
What is postback request?
Can you explain the basic use of dataview?
What is http response header?
Explain how is a property designated as read-only?