Ideas for Quick Hierarchical Listing - .NET
Posted
by
Robert
on Stack Overflow
See other posts from Stack Overflow
or by Robert
Published on 2011-02-08T15:24:29Z
Indexed on
2011/02/08
15:25 UTC
Read the original article
Hit count: 219
I have a table in SQL Server listing corporate departments and their sections and subsections (3 levels). I would like to create some web-based listing of this, but similar to a TreeList.
I was thinking to set up nested Ajax Accordions, but it was taking me way too long to put together. I would even settle for a GridView with non-repeating column values.
Is there a way I can implement my idea without it taking me more than an hour or so for a newbie to complete? Any controls in ASP.NET or Ajax I can bind to would be great.
© Stack Overflow or respective owner