EasyXLS http://forum.easyxls.com/ |
|
Server.Transfer and Response.Redirect http://forum.easyxls.com/viewtopic.php?f=5&t=2246 |
Page 1 of 1 |
Author: | nupurdeshpande [ Mon Feb 04, 2019 1:33 am ] |
Post subject: | Server.Transfer and Response.Redirect |
What is the difference between Server.Transfer and Response.Redirect? |
Author: | oana [ Mon Feb 04, 2019 5:57 am ] |
Post subject: | Re: Server.Transfer and Response.Redirect |
Hi! How do you intend to use this with EasyXLS? |
Author: | nupurdeshpande [ Tue Feb 05, 2019 12:00 am ] |
Post subject: | Re: Server.Transfer and Response.Redirect |
actually I am beginner in this field so need this information |
Author: | supriyala [ Tue Feb 05, 2019 3:38 am ] |
Post subject: | Re: Server.Transfer and Response.Redirect |
Both Response.Redirect and Server.Transfer methods are used to transfer a user from one web page to another web page. Both methods are used for the same purpose but still there are some differences as follows. The Response.Redirect method redirects a request to a new URL and specifies the new URL while the Server.Transfer method for the current request, terminates execution of the current page and starts execution of a new page using the specified URL path of the page. |
Page 1 of 1 | All times are UTC - 4 hours |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |