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 |
When was asp released?
How do I administer security for my machine? For an enterprise?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
What is asp life cycle?
by puting attendance to students if he absent tat should intimate to his fathers mobile automatically anybody having code send to me
What are the asp objects?
What happens to asp pages?
What are the stored procedure and why they are needed?
Is asp the same as saas?
Should user input data validation occur server-side or client-side?
when u r designing where how do u design other than drag and drop method in the project of asp.net
what is dry run?