What is the difference between Server.Transfer and Response.Redirect?
Mon Feb 04, 2019 1:33 am
oana
Joined: Wed Nov 07, 2007 4:42 am Posts: 67
Re: Server.Transfer and Response.Redirect
Hi! How do you intend to use this with EasyXLS?
Mon Feb 04, 2019 5:57 am
nupurdeshpande
Re: Server.Transfer and Response.Redirect
actually I am beginner in this field so need this information
Tue Feb 05, 2019 12:00 am
supriyala
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.
Users browsing this forum: Google [Bot] and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum