Drag and drop any nodes.
obout.com
ASP TreeView
Fast
Easy
Links & Notes since 1998
First child
This is nr1
This is nr2
This is nr3
Last one
Final one
Second child
Third child
Recycle Bin :)


New Parent Id (target), Node Id separated by "|":




oTree.DragAndDropEnable = true

// To disable Drag or Drop for some nodes
// put IDs with commas. No spaces please.

oTree.DragDisableId = "id21,id3333";
oTree.DropDisableId = "id16,id3333";



How to save on server


You can set oTree.DragAndDropEnable = true in any of the examples to make them drag-and-drop.