ASP.NET web.sitemap – roles do not seem to control visibility?
I have a (simple) sitemap and am trying to figure out why a certain sub-menu is always visible.
I have a (simple) sitemap and am trying to figure out why a certain sub-menu is always visible.
I’m trying to build a dynamic site map on my site using SiteMapPath.
I’m trying to use Url Routing within my existing ASP.NET WebForms site. Thanks to: this link, I got it working. Now I’m trying to use a SiteMap along with my routing.
I’ve got a Repeater that lists all the web.sitemap child pages on an ASP.NET page. Its DataSource is a SiteMapNodeCollection. But, I don’t want my registration form page to show up there.