Rank: Newbie Groups: Member
Joined: 12/1/2010 Posts: 1
|
Hi All,
I am using cross frame menu in my aspx page. And binding and displaying menu dynamically.
For browing i have used "~" sign for mapping path. In Internet explorer it works fine. But with firefox it is not working properly.
e.g My web application name is abc in that i have two folders 1. xyz 2. pqr
In that folders i have 3 pages each and they all have diffrent link. in menu url i have set like "~/xyz/a.aspx" for first page "~/xyz/b.aspx" for second page "~/xyz/c.aspx" for third page
When i browse "a.aspx" it opens properly "abc/xyz/a.aspx but when i tried to browse "b.aspx" then it just went to browse "abc/xyz/xyz/b.aspx" so not able to find the path properly. what to do for solving this problem.
Regards, Kiran
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please try to use the full path when you set NavigateUrl.
Thanks!
|