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 is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


what is DLL Hell and how it is solved in .NET?

24 Answers   icegen, next, -uk, NIIT,


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

2 Answers   SunGard,


How do you implement Paging in .Net ?

1 Answers  






how to do pakaging nd deployment

1 Answers  


What are the disadvantages of view state?

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

0 Answers  


What namespaces are imported by default in ASMX files?

2 Answers  


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


Every Validation controls have same option ?

2 Answers   iGate,


What is difference between session and cookies?

0 Answers  


Categories