I'm using ASP.NET Url routing, I wanna route to internal link, e.g i wanna map this url http://www.domain/About/#CEO to this url http://www.domain/About.aspx#CEO
Problem solved .. I used hash attribute usin javaScript to get the last fragment, also i discove that we can attach the fragment with the name of the page itself About#CEO
Hisham.NET
Participant
1794 Points
460 Posts
Url Routing to internal links
Dec 25, 2012 10:55 AM|LINK
Hi ...
I'm using ASP.NET Url routing, I wanna route to internal link, e.g i wanna map this url http://www.domain/About/#CEO to this url http://www.domain/About.aspx#CEO
Hisham.NET
Participant
1794 Points
460 Posts
Re: Url Routing to internal links
Dec 28, 2012 09:20 PM|LINK
Hi ...
Problem solved .. I used hash attribute usin javaScript to get the last fragment, also i discove that we can attach the fragment with the name of the page itself About#CEO