A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I'm using a SiteMenu control with UseSuperfish attribute set to true. The navigation bar shows up and works fine, but it doesn't show up when I go to SiteMap.aspx for some reason. Any ideas as to why?
Hi,
You need to add this to your user.config and then open & save your web.config to get your site to restart.
<add key="HideMenusOnSiteMap" value="false" />
HTH, Joe