RadTreeView for ASP.NET AJAX

RadControls for ASP.NET AJAX

This example demonstrates a simple mechanism using Access database with single self-referencing table containing columns id, parentId and Text.

The structure of the treeview is loaded from this database in the Page_Load event. Then the user edits the text of random nodes in the treeview and hits the Save button on the page. Thus, a postback is triggered and the updated information is saved back in the database file.

The code below shows the approach:

See Also

Other Resources