Hello,
I've swarmed the samples and forum and it seems there is no example for what I am attempting to do:
I need to create a context-sensitive aspxPopupMenu, whose menu-items are populated based on the aspxTreeList node that is clicked. (The tree list does not have check-boxes, it merely hi-lites the node that is clicked)
For instance:
If the node represents a folder, then the menu will be populated with folder-specific options ("process contents of this selected folder")
If the node represents a file, then the menu will be populated with file-specific options ("process this selected file")
Clicking on the menu-item of the context-sensitive menu should report the node's ID so that I can programmatically (on the server) obtain more information about what the node represents, and act on that information.
Can someone give me some direction on this?
Much Appreciated,
Chris