Hide URL asp.net

  • Thread starter Thread starter Richard Grene
  • Start date Start date
R

Richard Grene

I am doing a response.redirect to documents on the web server so the web
user can view and save these to their local drives. However, I don't want
the url for the path of the documents to show in the url bar. How can this
be done? Is response.redirect the best way to do this?

Thanks,
Richard
 
* "Richard Grene said:
I am doing a response.redirect to documents on the web server so the web
user can view and save these to their local drives. However, I don't want
the url for the path of the documents to show in the url bar. How can this
be done? Is response.redirect the best way to do this?

Load everything into a frameset.
 
Richard,
Have you asked "down the hall" in the
microsoft.public.dotnet.framwork.aspnet newsgroup?

I have not used either a lot, does Server.Transfer do what you want?

Either way I suspect the above newsgroup is better prepared to answer you
question.

Hope this helps
Jay
 

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