Drop nodes in textboxes
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 :)





In order to drag nodes without their children, edit the ob_mdn_xxxx.js file
(located in the Tree_2028/Script), press CTRL+F and locate the following line:

var show_with_children = true;
and replace it with this one:
var show_with_children = false;