Groups | Blog | Home
all groups > asp.net webcontrols > march 2007 >

asp.net webcontrols : TreeListView


Davey P
3/8/2007 2:04:07 AM
In ASP.NET 2.0, is there any way to create a TreeListView type control (i.e.
a multicolumn TreeView that can be databound). I've searched all over the net
David Longnecker
3/8/2007 1:31:13 PM
ASP.NET 2.0 has a TreeView built into the Navigation controls; however, it
can be used for other functionalities and bound to a variety of data sources.

http://msdn2.microsoft.com/en-us/library/7a9swst5(VS.80).aspx

"The ASP.NET TreeView control is designed to present users with data in a
hierarchical structure. Users can open individual nodes that can in turn
contain child nodes. The TreeView control is suitable for displaying XML
data, but can be used for any data that can be represented in a hierarchy.
This walkthrough shows you the basics of using the TreeView control and various
ways to display hierarchical data. "


---
David Longnecker
Web Developer
http://blog.tiredstudent.com

[quoted text, click to view]

AddThis Social Bookmark Button