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
Which method is used to enforce garbage collection in .net?
Explain the use of resource manager class in .net.
How many types cache in asp net?
Explain about consistent programming model in the .NET framework?
List all templates of the repeater control.
Why session is necessary in web application?
What is the difference between a cookie and a pixel?
Which object wraps the state or data of a user?
What is the difference between the asp and asp.net?
Explain diff. Between friend and protected friend?
What is application variable?
What are the types of validation in asp net?
What are demand-paging and pre-paging?
What do you understand by aggregate dependency?
What is _viewstart?