Hi there,
Im currently using the RadPanelBar and RadMenu as navigation on my website. They are both using the same datasource (see sitemap). For the radMenu I want to be able to click on the administrator/broker manager node and have it take me to the default page for that section. I thought I could just put the default.aspx url in the upper node, but I realised that all the urls have to be unique.At the moment, clicking on either the Administration or Broker Manager nodes takes the user to a directory listing. Is there a way around this? I have attached pictures to better explain what Im doing.
Thanks for your time!
Peter
Im currently using the RadPanelBar and RadMenu as navigation on my website. They are both using the same datasource (see sitemap). For the radMenu I want to be able to click on the administrator/broker manager node and have it take me to the default page for that section. I thought I could just put the default.aspx url in the upper node, but I realised that all the urls have to be unique.At the moment, clicking on either the Administration or Broker Manager nodes takes the user to a directory listing. Is there a way around this? I have attached pictures to better explain what Im doing.
Thanks for your time!
Peter
<?xml version="1.0" encoding="utf-8" ?><siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="/Views/" title="" description=""> <siteMapNode url="/Views/BrokerManager/" title="Broker Manager"> <siteMapNode url="/Views/BrokerManager/BrokerManager/" title="Broker Manager"> <siteMapNode url="/Views/BrokerManager/BrokerManager/Default.aspx" title="Brokers" /> <siteMapNode url="/Views/BrokerManager/BrokerManager/OfficeList.aspx" title="Offices" /> </siteMapNode> </siteMapNode> <siteMapNode url="/Views/Administration/" title="Adminstration" > <siteMapNode url="/Views/Administration/UserManagement/" title="User Management" description=""> <siteMapNode url="/Views/Administration/UserManagement/Default.aspx" title="Users" /> <siteMapNode url="/Views/Administration/UserManagement/Roles.aspx" title="Roles" /> </siteMapNode> <siteMapNode url="/Views/Administration/Subscribers/" title="Subscriber Management" description=""> <siteMapNode url="/Views/Administration/Subscribers/Default.aspx" title="Subscribers" /> </siteMapNode> </siteMapNode> </siteMapNode></siteMap>