Showing posts with label SQL Server. Show all posts
Showing posts with label SQL Server. Show all posts

Tuesday, September 13, 2011

Display hierarchial data using TreeView :: Parent-Child Relationship

Treeview is a control available in ASP.NET to show hierarchial data. Using features of treeview and power of dataset, we can design a tree wrt datatable with parent-child relationship. This post explains the implementation of hierarchial data into treeview.
This figure illustrate the outcome and datatable strucuture to which tree should be mapped.