Find out the name of the page that is being run when doing a Server.Transfer

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

Is there any way to find out what page is running when code has done a
Server.Transfer to the page?

Remember that the URL doesn't change when you do a server.transfer otherwise
I'd use response.url.

TIA - Jeff.
 
The browser does not know the URL of the current page when using
Server.Transfer. This could be good or bad, depending on your goals. If
this turns out to be bad for you then use Response.Redirect instead.
 
Back
Top