Hi -
We have two tree views on a page with the same hierarchical structure. We are able to drag and drop nodes from one to the other, but we want to restrict which node types can be dropped onto which nodes. We have tried this using DragDropAcceptNames on the FlyNodeType tags, but this does suddenly restricted us from dropping any nodes onto the tree.
What values should we have in the DragDropName and DragDropAcceptNames attributes of the various nodes?
Our code is listed below. Thanks for the help.
Paul
==========================================