I want to add menu items based on specific sql query, using a loop.
I've try this as example:
MenuItem mi;
mi.Value = "google";
mi.NavigateUrl = "www.google.com";
this.MenuPilotHyperlink1.MenuItems.Add(mi);
But it didnt work.
Your help will be much appreciated
Thank you