Tree structure that allows you to display data in a hierarchical fashion, with root nodes and child nodes.
Basic Features
Full data binding support lets you create the tree with parent nodes and child nodes that are data-driven from an attached data source.  Consequently, you can design the tree once and then populate it from data to produce trees depicting any structure your Web application requires.
Data Binding
Move nodes within the same tree, or move nodes to a different tree on the same page.  This can be accomplished on the client-side.
Moving Nodes
Combine the tree's built-in AJAX capability with paging to allow changing the tree's displayed nodes without posting back.
Paging