Iam using ultrawebmenu iwant to load the subitems for the corresponding parent item dynamically from a database table how can i do it?
Each Menu Item has a property for Items which gives you access to the submenu items. You would want to do something like menu.Items[0].Items.Add(...)
-Tony
thankz for ur answer