Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to debug web services on consumer side?

0 Answers   HCL,


Define ViewState and how can it be used?

6 Answers   Siebel,


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


What is the difference between session object and application object?

0 Answers  


how to write html code with ssl

0 Answers   DCI,


What are three ways that you can use a compare validator?

1 Answers  


what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


what is ienumerable interface?

1 Answers  


In which event are the controls fully loaded?

0 Answers  


what is differences between bind and eval?

2 Answers  


What is asp.net with mvc? : Asp.Net MVC

0 Answers  


which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row

3 Answers   Airtel, Aviva,


Categories