How do I hide the document in the address bar

usmarine3

Newcomer
Joined
Feb 6, 2004
Messages
3
Location
From Denver; Stationed in San Diego; getting out i
I would like to be able to hide the document from the client address bar.

Like:
http://website/document.aspx

I would prefer:
http://website/

By default, I know that the document is not displayed. However, when a user clicks on a linkbutton and the page is refreshed, the document is displayed.

I have searched but have not been able to locate any information utilizing the Response class. If that is even the correct class to use.

Thanks
Annoyed by Documents
 
Last edited by a moderator:
One way could be to place a frame on your page and size it to span the entire browser, then place all subsequent pages in that frame.
 
Back
Top