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

Give a few examples of page life cycle events.

0 Answers   Accenture,


What is session in http request?

0 Answers  


What is rending process in ASP.NET?

0 Answers   Sans Pareil IT Services,


Differentiate the session object and application object?

0 Answers  


What is the difference between table and query?

0 Answers  


what is machine key error in asp.net? how to solve it?

1 Answers  


What is the namespace for encryption?

3 Answers   Astadia, CIA, Wipro,


What is difference Between Authentication and authorization?

0 Answers   MCN Solutions,


Is asp.net and .net the same?

0 Answers  


Types of optimization and name a few ?

3 Answers   Accenture,


Usage of web.configuration ?

3 Answers   Microsoft,


What is simple data binding?

0 Answers  


Categories