I´m trying to use the ASP.NET TreeView control to display informations like some sites do. For example: http://www.codeproject.com/KB/webforms/ClientSideTreeView.aspx
The site of the link above have some code snippets that can be collapsed or expandend, showing a rectangle with the code snippets.
The first question is: Is this a TreeView control?
If positive how can I do that? Otherwise, what is this control?
Thanks