Server.Transfer et postback

  • Thread starter Thread starter Aurel
  • Start date Start date
A

Aurel

Hi,

I've a problem concerning Server.Transfer.

When I use it, the url in the adress bar not changed and that's great ! But,
when I make a postback, the url in the adress bar changed and this is the
correct url which appear, and that's not great. So how I could do to keep
the first url in the adress bar

Thanks
Aurel
 
It gives the same result, cause when you after the Trace.axd, you can see
that the page is loaded and the server variables url as the wrong value.
As I wasn't enable to find a correct solution, I use frames to keep the
correct url in the adress bar

Thanks
Aurel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top