freezing the SiteMapPath?
-
I'm dynamically building my web.sitemap from the database table. It has all the first and second level menu items. On these pages, there are some hyperlinks to more child pages that aren't not in the sitemap. When I drilled down to these child pages, the SiteMapPath disappears. That makes sense since that page isn't in the sitemap BUT I would like to just freeze the breadcrump with the last valid option. Basically, how can I get the SiteMapPath only to refresh (change) when a menu item is changed? Not when a hyperlink is changed? example: menu item 1 (in web.sitemap and appears in the SiteMapPath) menu item 2 (in web.sitemap and appears in the SiteMapPath) hyperlink on menu item 2 page (not in web.sitemap and SiteMapPath is blank) For the hyperlink, I would like the SiteMapPath to display the menu item 2. Any ideas?? :wtf:
Thanks, Jessica