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

Answer Posted / swapna

Server.transfer redirects the output to another page
whereas response.redirect Redirects/moves the user to
another page .

If u want to submit output of one page to another page use
sever.transfer. if u want to navigate to another page use
Response.Redirect.

Is This Answer Correct ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of list view control in Asp.net?

794


How dataadapter.fill works?

746


Explain page output caching?

735


What are themes and skins in 2.0, explain usage scenario?

703


Describe session handling in a webfarm, how does it work and what are the limits?

796


Explain difference between friend and protected friend?

717


What is the purpose of App_Code folder in ASP.NET? Why we this?

859


What are the event handlers that can be included in the Global.asax file?

805


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1886


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

647


How would you turn off cookies on one page of your website?

720


What is autopost?

728


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

2079


What is the application pool?

720


Describe a bubbled event and how it is used ?

836