G
Guest
I am using .NET2 and have a number of aspx pages. On each page is a
LinkButton that performs a server.transfer() to another page.
If we use page names A,B,C,D,E as an example. I start on page A and do a
server.transfer to page B. The address bar still shows page A (which is what
I want). Page B then does a server.transfer to page C. Now the address bar
shows the URL for page B (not C and not A which is what I want). Every new
server.transfer changes the address bar URL to show the name of the previous
page.
How do I transfer control to a new page without the address bar URL changing
at all? Is there some setting on the pages that causes the address bar URL to
change like this.
Just in case it makes a difference, every page uses the same master page.
Thanks, in advance.
LinkButton that performs a server.transfer() to another page.
If we use page names A,B,C,D,E as an example. I start on page A and do a
server.transfer to page B. The address bar still shows page A (which is what
I want). Page B then does a server.transfer to page C. Now the address bar
shows the URL for page B (not C and not A which is what I want). Every new
server.transfer changes the address bar URL to show the name of the previous
page.
How do I transfer control to a new page without the address bar URL changing
at all? Is there some setting on the pages that causes the address bar URL to
change like this.
Just in case it makes a difference, every page uses the same master page.
Thanks, in advance.