This example demonstrate how to use the OnNodeDrop event.
After each drag and drop the OnNodeDrop event is executed.
The event is available:
- on client side - you can execute a javascript action when a node is droped
- on the server side - you can make a server-side processing (for example to update a database)
You can read more about the events of the ASPTreeView here
Here you'll find a nice tutorial about how to use the server-side events to update
a database (using 3 of obout's components: ASPTreeView, Postback4 and TreeDB)