What is difference between server.transfer and
response.redirect ?

Answers were Sorted based on User's Feedback



What is difference between server.transfer and response.redirect ?..

Answer / sittu001

response.redirect is the server will replay our request but
server transfer process can do all the client without
request..

Is This Answer Correct ?    3 Yes 2 No

What is difference between server.transfer and response.redirect ?..

Answer / sudhir singh

server.transfer
1. Round trip not happen so, browser cannot remmeber the
page name.
2. Data trasfer possible through public key property.
response.redirect.
1. Round trip happen and browser always remmeber the page
name.
2. Data transfer not possible only query string posible.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP Interview Questions

What is difference between aspx and ascx?

0 Answers  


What is the full name of asp in vb net?

0 Answers  


Define response object?

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


What are the collections of Application Object?

1 Answers  






What are the ASP Scripting Objects?

1 Answers  


how can we bind the multiplication of two drop down lists?

0 Answers  


What is difference between aspx and razor?

0 Answers  


we are doing Design of Placement Website as our academic project. Home page is in c#.net format and register page is in asp.net format. We met a problem in this.register page is not linked in home page. how i complete my project with out any change..?

0 Answers  


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

0 Answers  


What is a variable in asp?

0 Answers  


What is the difference between Querystring collection and Form collection?

2 Answers  


Categories