in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Usercontrol menu category ?

Last post 11-17-2008 5:58 AM by alex0013D. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 11-12-2008 11:04 AM

    Usercontrol menu category ?

     Hello Team dashcommerce and user forums,

    I want to change the menu so that it resembles the attachment below.

    I do not know what WebControl, Is what I can use the webcontrols.menu to change it?
    http://www.studio-alexandre.com/Dev/imgmode/modelmenucategorie.jpg


    My second question is mapping "bending" source SQL

    I'd like to get this list in the following order using the categories and manufacturers.
    exemple: 

    Class ( "women")  --> is first catégory
          labelText "Ray" to list the subcategories
               sub-category 1
               sub-category 2
          labelText "Manufacturers" to list the manufacturers under
               Manufacturing ( "Nike")   --> link list product this firstcatogory
               Manufacturing ( "Puma")
    Class ( "men")
          labelText "Ray" to list the subcategories
               sub-category 1
               sub-category 2
          labelText "Manufacturers" to list the manufacturers under
               Manufacturing ( "Nike")
               Manufacturing ( "Puma")

    Thanks for your help , Alexandre.

  • 11-13-2008 10:10 PM In reply to

    Re: Usercontrol menu category ?

    you can try with treeview control or you can create using div/span tag and javascript

  • 11-17-2008 5:58 AM In reply to

    Re: Usercontrol menu category ?

    Thanks,

     The treeview is perfect , thanks. 

Page 1 of 1 (3 items)