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 Server.Transfer and
Response.Redirect? Why would I choose one over the other?

Answers were Sorted based on User's Feedback



What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over ..

Answer / raghumadhav tirunagari

server.Trnasfer will prevent round trip. it will redirect
pages which or in the same directory. NO way to pass the
query strings . Thru http context we can able to get the
previous page control values.

Response.Redirect : There is a round trip to process the
request. We can redirect to any page external / internal
other than aspx. We can pass the query string thru which we
can manage sessions.

Is This Answer Correct ?    6 Yes 0 No

What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over ..

Answer / manjunath

1)response.redirect sends the message to the browser to
send to different pages while server.transfer will not send
the message rather redirect user directly to some differnt
page.
so there is no round trip in server.transfer but
response.redirect has the round trip puttind load on the
server.

2)server.transfer will not redirect to the different server
while response.redirect can redirect to any different
server.

3)server.transfer can store data using paramater
called "preserved form" , this query strings are available
in the next calling pages.In latter it is not possible.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net AllOther Interview Questions

what is polymorphism and advantage ?

0 Answers   TCS,


What is the difference between machine config vs. Web config : Dot net architecture

0 Answers  


Explain the use of virtual, sealed, override, and abstract.

0 Answers  


Explain the five stages in a dlx pipeline? : .NET Architecture

0 Answers  


what is sessions and cookies take one example simple way to understand

0 Answers  


define cache memory? : Dot net architecture

0 Answers  


Explain 'managed' mean in the .NET context

0 Answers   HCL,


What is .net transaction?

0 Answers  


how to display a message box in the Application?

2 Answers   Six Sigma,


.net platform independent or dependent?

5 Answers   TCS,


How can a win service developed in .NET be installed or used in Win98?

1 Answers  


What is one way operation?

0 Answers  


Categories