This question is locked. New answers and comments are not allowed.
Hi,
I am new to MVC and would appreciate your help in creating a dynamic menu from a data model. The table for the model contains parent and child menu items. For example one menu item could have 3 submenu and 2 sub-submenu or another menu item could have just one submenu.
Menuitem Table
( Menu_ID int,
Menu_Desc varchar (200),
Menu_URL varchar (200),
Menu_Parent_menu_ID int
)
Thanking you inadvance for help.
Mani
I am new to MVC and would appreciate your help in creating a dynamic menu from a data model. The table for the model contains parent and child menu items. For example one menu item could have 3 submenu and 2 sub-submenu or another menu item could have just one submenu.
Menuitem Table
( Menu_ID int,
Menu_Desc varchar (200),
Menu_URL varchar (200),
Menu_Parent_menu_ID int
)
Thanking you inadvance for help.
Mani