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
 
Back
Top