I have a menu that uses a hierarchy like this:
<siteMapNode roles="*" title="Events"> |
<siteMapNode title="Calendar" url="Calendar.aspx" /> |
</siteMapNode> |
The problem is, whenever the users click on one of the titles liike "Events", it directs them to an error page that says "Object reference not set to an instance of an object."
But the titles don't need to be pointing to any page, they just need to be titles. How can I stop them from being pressed?