Server.Transfer Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all!
Pls read my problem described below.

When using server.transfer the previous page is displayed in the url address
of the browser.

For example, login.aspx is displayed in the browser. When login button is
clicked, server.transfer(mainmenu.aspx) is called.
When the mainmenu.aspx is displayed on the browser, the url address displayed
is still the url of login.aspx. Becaus of this my sitemap is having problems
in getting the correct current node. Is there a way for me to still use
Server.Transfer and get the correct node for my sitemap?

Pls help. Thanks in advance.
 
Back
Top