J
jobs
I have a menu that really does not lend itself to a sitemap datasource
or security trimming.
In the codebehind i've been able to remove top level menu items with
this code:
Menu.Items.Remove(Menu.FindItem("Admin"))
But how can I remove child menu items under the Admin entry in the
same way?
Thanks for any help or information.
or security trimming.
In the codebehind i've been able to remove top level menu items with
this code:
Menu.Items.Remove(Menu.FindItem("Admin"))
But how can I remove child menu items under the Admin entry in the
same way?
Thanks for any help or information.