I'm the root node
obout.com
ASP TreeView
Fast
Easy
Links & Notes since 1998
First child
Second child
Third child

This example demonstrate how to use the OnNodeEdit event.

When you edit a node the OnNodeEdit event is executed.
The event is available:
- on client side - you can execute a javascript action when a node is edited
- 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)