Rank: Newbie Groups: Member
Joined: 12/14/2007 Posts: 1
|
I'm just trying to get started here... I dropped a contextMenu onto my ascx form (I am using ASP.NET 1.1) I chose the "MSDN" layout just to see the menu work. I tried right-clicking inside the <td> where the menu was dropped.
I do not see the menu I added, but the default menu.
What am I missing?
Thanks so much.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You need to set the ContextMenu's ContextControlID to specify to whom this context menu acts on, or you can use a PageContextMenu to specify the context menu to act on the whole page.
Thanks
|