Link to home
Start Free TrialLog in
Avatar of JT_SIRO
JT_SIRO

asked on

How do I display a static URL on all pages in my asp.net app?

Is there an easy way to hide my url paths in the clients browsers?  For instance, I currently display this:
http://MySite.com/playlist.aspx?job=American%20Stars

When I'd like to just show:
http://MySite.com/

I obviously use the querystring and would need to maintain that functionality vs. using session or hidden variables, for a quick solution.

ASKER CERTIFIED SOLUTION
Avatar of gery128
gery128
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial