Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 24, 2012 12:52 PM by kim.vlas
0 Points
1 Post
Apr 24, 2012 12:52 PM|LINK
Hi,
i have started with a empty web project .net 4.
i would like to split my menu items into several menu's, my menu items are positioned within the web.sitemap.
my first asp:menu shows ownly the 1ste level of items.
like this
<asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" MaximumDynamicDisplayLevels="0" CssClass="CrNavigationMain" >
</asp:Menu>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false"/>
when i select an item out of this menu i would like to fill my second menu with ownly the 2de level of items of the selected item.
example:
node: recovery
subnode: hardware
subnode: software
node: backup
subnode: gost
when i select the recovery, i would like to fill up my second menu with the items, hardware and software.
is this possible out of the box?
regards
kim.vlas
0 Points
1 Post
databinding menu
Apr 24, 2012 12:52 PM|LINK
Hi,
i have started with a empty web project .net 4.
i would like to split my menu items into several menu's, my menu items are positioned within the web.sitemap.
my first asp:menu shows ownly the 1ste level of items.
like this
<asp:Menu ID="Menu1" runat="server" DataSourceID="SiteMapDataSource1" MaximumDynamicDisplayLevels="0" CssClass="CrNavigationMain" >
</asp:Menu>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false"/>
when i select an item out of this menu i would like to fill my second menu with ownly the 2de level of items of the selected item.
example:
node: recovery
subnode: hardware
subnode: software
node: backup
subnode: gost
when i select the recovery, i would like to fill up my second menu with the items, hardware and software.
is this possible out of the box?
regards