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 are the memory-mapped files?
How does session work?
what is a .xap file? Explain with an example.
What is an assembly? Explain its parts.
What is _dopostback in asp net?
What is the difference between debug and release?
Which method do you use to enforce garbage collection in .net?
What is the difference between executescalar and executenonquery?
What is the use of web.config and machine.config files?
What is is post back property in asp net?
What's the use of response.output.write()?
What is a web farm?
What is view state and how it works in asp net?
What is different authentication mechanisms used in ASP.NET?
What are the advantages of asp.net?