what is the difference between server.Transfer and
response.redirect in .net



what is the difference between server.Transfer and response.redirect in .net..

Answer / sivaprasad

Server.Transfer will execute at server side itself, through
this we can access previous page control's in next page.

Response.Redirect will work at client side means server
will send "Success" code to browser by saying send a
request for specific URL.based on this client will request
for the specific URL. if URL is not found in virtual
Directory client will give a message saying "Page not
found".

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

explain code with multi inhertance

0 Answers  


Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?

0 Answers   Siebel,


what is difference between java and .net

11 Answers   Base2 Infotech, Karur Vysya Bank KVB, TATA AIG, TCC,


Describe the difference between inline and code behind - which is best in a?

0 Answers  


Explain State management in asp.net

0 Answers   BirlaSoft,






what is diffrent between asp & asp.net

2 Answers  


How many view state can be hold by a aspx page ?

3 Answers   Intellevate,


Whats an assembly

2 Answers   IBM,


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

0 Answers   HCL,


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


What is intrinsic objects in asp.net?

0 Answers  


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

3 Answers   Satyam,


Categories