|
-
Apr 27th, 2006, 10:06 AM
#4
Thread Starter
Hyperactive Member
Re: Hiding a Menu Item on a MasterPage?
Thanks for the reply guys. I think you are on the right track, but I still can't get it to go:
Here's what seems to make the most progress in the IDE, but this is still blue lined and I cant find the FindControl attribute anywhere and I had to add "New"
'ContentMenu is the name of the Menu control
Dim MyMasterMenu As New Web.UI.Menu = MasterPageEDCPages.MasterPage("ContentMenu")
' And then you can access individual menu items
MyMasterMenu.Items(1).Visible = False
Thoughts?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|