I want to hide page name in browser.
For example;
www.mysite.com/page1.aspx
www.mysite.com/page2.aspx
www.mysite.com/page3.aspx
I wan
Obfuscating the actual URL is very bad practice both in usability and debugging.
If you really, really need to do it you can use HTML frames by having a parent frameset page at your desired url and your actual pages in a full-width full-height frame inside the frameset.
http://www.w3.org/TR/WD-frames-970331