September 22nd, 2005
TreeView Part 1 – Populating the New TreeView Control from a Hierarchical Database Table
Though the title is a mouthful it succinctly describes what will prove to be the most common use of the new TreeView control shipping with ASP.Net 2.0. The control will be perfect for implementing hierarchical structures in a User Interface, and this tutorial will show you how to actually get the data into the control from a ‘parent-child’ database table. Read on…

