Hello,
I have a menu included on a master page (master1.master). This master page is at the root directory of the web application and is loaded dynamically via web.sitemap sitemap XML document.
The master page already includes the sitemasterdatasource control that allows for auto loading.
Everything work great!
BUT for some reason my menu items appear nested. What I would like is for there to be 4 top level menus that are all visible to my user. Each top level item will have 2-5 children of its own.
My problem is that the menu display only a root node, you roll over root node and see the 4 children then roll over a child to have it slide out horizontally.
It should be more like:
Home Root1 Root2 Root3
vs
home
Root1
Root2
Root3
I have to Orientation Property set as Horizontal already.
I am thinking nesting site maps or something? Any help is appreciated.
Thanks in advance,
James
I have a menu included on a master page (master1.master). This master page is at the root directory of the web application and is loaded dynamically via web.sitemap sitemap XML document.
The master page already includes the sitemasterdatasource control that allows for auto loading.
Everything work great!
BUT for some reason my menu items appear nested. What I would like is for there to be 4 top level menus that are all visible to my user. Each top level item will have 2-5 children of its own.
My problem is that the menu display only a root node, you roll over root node and see the 4 children then roll over a child to have it slide out horizontally.
It should be more like:
Home Root1 Root2 Root3
vs
home
Root1
Root2
Root3
I have to Orientation Property set as Horizontal already.
I am thinking nesting site maps or something? Any help is appreciated.
Thanks in advance,
James