ASP.net Treeview/Listview combination or alternative: Tutorials? Help?

Posted by jlrolin on Stack Overflow See other posts from Stack Overflow or by jlrolin
Published on 2010-02-18T17:04:30Z Indexed on 2010/06/09 16:02 UTC
Read the original article Hit count: 196

Filed under:
|
|

I need to create an ASP.net page that has a control on the page that has a five-level TreeView on the left side of the page, and accounting balances on the right side the coincide with each breakdown in the tree. Top level is company, next is group, next is program, etc... and the balances break down accordingly.

I've seen that there are controls out there such as TreeView/ListView combination controls that can do this. Is there any tutorials or help out there on how to go about accomplishing this without paying for controls?

Could a treeview do this alone by spanning data across the entire length of the columns since every level will have totals on it?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about listview