I have created a contextMenu from an article on MSDN. To get the contextMenu to appear on right click you have to add your controls in the ContextMenu's BoundControls collection like so
ContextMenu1.BoundControls.Add(button1)
each bound control has a javascript function added to it like this
postback is caused by the user clicking on one of the context menu
items. Is there a way of determing which control opened the menu in the first place? is this even possible?
It's all fun and games until someone loses an eye, then it's just fun and games you can't see.
jmedia
Member
329 Points
86 Posts
Context Menu Question
Feb 04, 2005 03:26 PM|LINK
m7e7
Member
148 Points
55 Posts
Re: Context Menu Question
Sep 27, 2006 09:58 PM|LINK
Did you get any answer on this one?.
Thanks