Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to add a subitem to menu?
posted

Hi,

How to add a sub item to a menu in ultrwebmenu from database by using code?

 

 

 

 

  • 28464
    posted

    It really depends oon how you retrieve your database information. I assume that you already have a menu setup and you just want to add a new item based on information form database.

    You just need to locate the menu item where you want to add your sub-item to, and add a new iitem to it using the Add method - but how you retrieve the information from databse is really specific to your approach.