Server.Transfer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dwhitford

    #1

    Server.Transfer

    When using Server.Transfer to move from one aspx to another aspx page. The
    path in the Request.RawURL is the previous page and not the current page.
    Is there a way to resolve this?


  • Mark Fitzpatrick

    #2
    Re: Server.Transfer

    Unfortunately no. This is actually the point of the server.transfer that the
    browser and URL are never updated.

    Hope this helps,
    Mark Fitzatrick
    Microsoft MVP - FrontPage

    "dwhitford" <dwhitford@Cele bro.com> wrote in message
    news:%23hmkHBuo DHA.1284@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > When using Server.Transfer to move from one aspx to another aspx page.[/color]
    The[color=blue]
    > path in the Request.RawURL is the previous page and not the current page.
    > Is there a way to resolve this?
    >
    >[/color]


    Comment

    Working...