Archive for February 2nd, 2008
Hierarchical results in ASP.NET GridView
Here is one technique that I use in ASP.NET to show hierarchical data like categories tree, sitemaps listing, department/user-levels, etc. A GridView control is used instead of a TreeView control. The method does not require any complex coding and loops; and also does not require any xml file generation. It does, however, require a [...]
Read Full Post | Make a Comment ( 9 so far )