You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Is it possible to have a different contextmenu on each node in a System.Web.UI.WebControls.TreeView.
How? -- Bill
Bill
unread,
Aug 21, 2006, 10:32:02 AM8/21/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I see lots of examples on how to do this using Windows Forms, but the the webcontrol does not seem to support the mouse_up and mouse_down events.
I can set a context menu for the entire Tree no problem, I just define a value for the "onContextMenu" attribute. but I can't seem to find a way to do this for each node.