Hi,
I successfully implement a navigation using panelbar and a sitemap datasource.
Almost everthing works fine.
I navigate to a page (however) and the link is display in the panelbar.
Expanding - collapsing - everthing works.
AS LONG AS the url is exactly the same as in the datasource.
My Problem - sometimes pages are called with parameters.
So /MyPage.aspx becomes /MyPage.aspx?Parm=Something
At this moment the panelbar no longer selects the current page.
I understand that this is beause of string matching.
But is there a way to have the panelbar work regardles if a parameter is specified or not?
Or does the problem come from the sitemap datasource which does not show a "selected record"?
If so - has anyone an idea how to overcome this?
Regards
Manfred
I successfully implement a navigation using panelbar and a sitemap datasource.
Almost everthing works fine.
I navigate to a page (however) and the link is display in the panelbar.
Expanding - collapsing - everthing works.
AS LONG AS the url is exactly the same as in the datasource.
My Problem - sometimes pages are called with parameters.
So /MyPage.aspx becomes /MyPage.aspx?Parm=Something
At this moment the panelbar no longer selects the current page.
I understand that this is beause of string matching.
But is there a way to have the panelbar work regardles if a parameter is specified or not?
Or does the problem come from the sitemap datasource which does not show a "selected record"?
If so - has anyone an idea how to overcome this?
Regards
Manfred