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 transparent caching with aop?
Is it right that ASP.NET Web API has replaced WCF?
Explain swagger components.
What are the advantages of using Master Pages?
What is razor? : asp.net mvc
where can i gather the materials for MCP certification
About CLR, reflection and assemblies?
If we remove web.config or machine.config from the application then, is this application will works?
What is skin in asp.net?
What can we do with asp.net?
What are the merits and demerits of viewstate?
Is LINQ performance wise better or using sqlcommand?
Which is better viewstate or session?
How can I open ashx file in mobile?
Explain Features in ASP.NET