User-181704876 posted
It is nice to see in the starterkit, the top level of menu do not need an url. When mouse hovers over, it only show an underlines, not an hand. The top level is not clickable. It is just a placehold. Things work fine when I use the original kit. Problem coming
out when I modify the default.aspx. I comment out response.redirect("...."). just show a simple "hello". Now there is no menu. So I change securityTrimmingEnabled to false, the entire menu shows up. However, the top level is gone. When
I make url attribute of SiteMapNode to non-empty, the menu item will show up. Could anyone tell me what is the trick behind? Why empty url does not work for me, but work in original code. In other words, how do I make the top level of menu just
a placehold, without specify any url.