|
| Total Answers and Comments: 3 |
Last Update: December 02, 2008 Asked by: sambit |
|
| | |
|
Submitted by: amitkumar316
- Server.Transfer is for intra-site communication where as Response.Redirect is for inter-site communtication.
- Response.Redirect is slow as compared to Server.Transfer
- User knows about the redirection of page in Response.Redirect as the URL changes but it is not so in Server.Transfer.
Above answer was rated as good by the following members: seemu123, foxfire | Go To Top
|