What is difference between server.transfer and
response.redirect ?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the tasks performed by <form> tags?
sir,please send me the NIC exam questions
How do I create an aspx page?
What is aspx used for?
What are the tasks performed by <> tags?
How do I add aspx page to visual studio?
What is the code for closing the form(using controls) instead of directly closing it?
What is a variable in asp?
Explain the difference between server.transfer and response.redirect?
what are the objects in asp?
2 Answers First Insight, VebTel,
What's the purpose of using BUFFER property?
What is asp format?