What is server objects in asp.net?

Answers were Sorted based on User's Feedback



What is server objects in asp.net?..

Answer / 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

What is server objects in asp.net?..

Answer / vikas semra

Server Object bascially used to know about server.

Let's take an example

We just write server.transer("SomePage");

This What ever server is doing just stop processing
immediately and redirect to somePage.

Is This Answer Correct ?    15 Yes 3 No

What is server objects in asp.net?..

Answer / rakesh

Server.transfer is like method callback
but the url name can't be changed
it will create annonymous actions while postback

Is This Answer Correct ?    3 Yes 4 No

What is server objects in asp.net?..

Answer / jesse

data set and data reader

Is This Answer Correct ?    6 Yes 17 No

What is server objects in asp.net?..

Answer / dennis

Asp is one of the most interesting concepts of ASP.Net.
ASP is derived from the Greek word ''which also means ASP.
A server means the person who serves food during dinner time or during lunch, but not during breakfast because breakfast is usually served by mothers.
Hence the server objects point to those objects or the food-items that are served by a waiter/server in Greece....

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More ASP.NET Interview Questions

What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


What is application variable?

0 Answers  


Explain the various authentication mechanisms in asp.net.

0 Answers  


What are user controls?

0 Answers  


What is asp.net? How is it different from asp?

0 Answers  






How do you deploy your asp.net application?

0 Answers  


How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

0 Answers   TCS,


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


What is simple data binding?

0 Answers  


Categories