What is difference between Server.transfer and
Response.redirect ?

Answer Posted / khaleek ahmad

1) In Response.Redirect previous page is not accessible
while in Server.Transfer it is optional.
Server.Transfer(URL,bPreserveForm);

2) Server.Transfer use only within the server.But
Response.Redirect can be use ouside the server.But it should
be a full path.

For more detail please see at
http://interview-preparation-for-you.blogspot.com/2010/12/difference-between-servertransfer-and.html

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does non-deterministic garbage collection affect my code?

521


what is database deployment?

1581


Explain the order of precedence for logical operators.

498


What is server control

1542


How can I see what assemblies are installed in the global assembly cache?

534






What is msmq? What is n-tier system?

560


What options are available to deploy my .net applications?

462


Who is asp in police?

485


Name the methods in session object?

545


Explain what are the attributes of the tags? What are their functions?

532


How do you make it so that code runs when the security system is stopping it?

508


What happens to a html page?

521


What is wsdl file? (explain in detail)

2191


Define a form collection?

576


When was asp released?

505