Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Sample Menudata.xml Help Needed

  1. #1
    dfree99 is offline Member
    Join Date
    Nov 2007
    Posts
    48

    Default Sample Menudata.xml Help Needed

    I know I have seen this in the forums before but I can't find it now.

    I added a new item to the menu using the menudata.xml file.

    But I can't seem to add the drop down sub-navigation menu items.

    Can anyone provide a quick code sample that I can cut and paste?

  2. #2
    Louie is offline Senior Member
    Join Date
    Oct 2008
    Posts
    126

    Default

    You could use this http://forums.aspdotnetstorefront.co...ad.php?t=14357 for reference on how to add genres and vector.

  3. #3
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    This should do
    Code:
    <item Text="Your Parent Menu Item" NavigateUrl="do you have a page for the parent item...if not leave NavigateUrl out" LookId="TopItemLook">
      <item Text="Sub Item 1" NavigateUrl="sub_item_1_page.aspx" LookId="DefaultItemLook"/>
      <item Text="Sub Item 2" NavigateUrl="sub_item_2_page.aspx" LookId="DefaultItemLook"/>
      <item Text="Sub Item 3" NavigateUrl="sub_item_3_page.aspx" LookId="DefaultItemLook"/>
      <item Text="Sub Item 4" NavigateUrl="sub_item_4_page.aspx" LookId="DefaultItemLook"/>
      <item Text="Sub Item 5" NavigateUrl="sub_item_5_page.aspx" LookId="DefaultItemLook"/>
    </item>
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>