1

I'm working on asp menu with vertical orientation and trying to toggle the submenu items in same list.

I want to achieve something like this.

enter image description here

and right now i've submenu in extended list like this.

enter image description here

Following is my code.

<asp:Menu ID="NavigationMenu" runat="server" StaticDisplayLevels="1"  
    RenderingMode="List" DataSourceID="SiteMapDataSource1"  CssClass="menu-item-parent"                              
    OnMenuItemDataBound="NavigationMenu_MenuItemDataBound"
    OnDataBound="NavigationMenu_DataBound">
</asp:Menu>

I am not sure how can i display the submenu in same list. can please someone suggest a solution? Thanks in advance.

waqar ahmed somra
  • 141
  • 1
  • 5
  • 16

0 Answers0