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

hi wrever i go thy r asking depth abt 3-tier architecture i.e, hw to deploy 3 layers into 3 servers i do nt have much idea on deployment. can any one send me the tips or code if u hav kindly mail me.

1 Answers   Wipro,


Where is session data stored in asp net?

0 Answers  


What is the difference between web config and machine config files?

0 Answers  


What do you understand by aggregate dependency?

0 Answers   MindCracker,


How can you assign styles to webforms?

2 Answers   Microsoft,






How to display Alert in ASP.NET

0 Answers   HCL,


What is cookie less session? How it works?

2 Answers   TCS,


Can the unique key be null?

0 Answers  


What are the features of asp.net mvc?

0 Answers  


What is stateless asp or asp.net ?

2 Answers   Accenture, BirlaSoft,


What is the difference between excute query and excute nonquery.?

4 Answers  


How long does an http session last?

0 Answers  


Categories