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

What are the advantages of using Master Pages?

0 Answers   MCN Solutions,


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


What are the 3 types of web?

0 Answers  


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


List the advantages and disadvantages of user control an custom control?

0 Answers  






Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  


What is Active Directory? What is the namespace for that?

2 Answers  


Which is the best institute for ASP.NET?

8 Answers   ABC Infotech, Tech Mahindra,


What is server side routing?

0 Answers  


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


What are the main advantages of using asp.net?

0 Answers  


what is the exact purpose of http handlers and interfaces?

1 Answers  


Categories