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 the difference between response.redirect and
server.transfer, how to choose one among the other?

Answer Posted / praveen singh

Server.Transfer transfers page processing from one page
directly to the next page without making a round-trip back
to the client's browser. This provides a faster response
with a little less overhead on the server. Server.Transfer
does not update the clients url history list or current url.
Response.Redirect is used to redirect the user's browser to
another page or site. This performas a trip back to the
client where the client's browser is redirected to the new
page. The user's browser history list is updated to reflect
the new address.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the validation controls available in ASP.NET?

1052


What is the best Macanism to clear the Cache in asp.net

1274


What is asp.net ajax?

1045


What is strong-typing versus weak-typing?

1170


Why session is necessary in web application?

1011


What is cross page posting? How is it done?

1014


Mention few asp.net validators.

1047


What is caching? Explain.

1049


What is aspect-oriented programming?

1200


How can you enable impersonation in the web.config file?

1194


Which is the parent class of the ASP.NET server control?

1105


What are the server controls in asp.net?

1001


What are resource file and how do we generate resource file?

1023


Explain the working of passport authentication.

999


What is a postback in asp net?

1146