Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi;

I want to display my URL same throughout my website,for eg:
www.abc.com/home.aspx
, even when user goes to
www.abc.com/userdetails.aspx or www.abc.com/sponsors.aspx
.
I m using
HTML
<%@ PreviousPageType VirtualPath = "~/home.aspx" %>

I m able to do it for userdtails.aspx, but nt able to do it for other pages like
sponsors.aspx.
www.abc.com/sponsors.aspx
is coming in URL
any guidance..
Thanks
Posted
Updated 30-Dec-11 20:23pm
v2

1 solution

I think this is not actual solution,

use
C#
Server.Transfer("aspxPage.aspx");



hope this helps you..
 
Share this answer
 
Comments
Tanzy123 3-Jan-12 3:59am    
Thanks,
Suraj

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900