How can I use ASP.NET TreeView to display information

I am trying to use the ASP.NET TreeView control to display information like some sites do. For example: http://www.codeproject.com/KB/webforms/ClientSideTreeView.aspx

The link site has several code snippets that can be collapsed or expanded to reveal a rectangle with code snippets.

First question: is it a TreeView control?

If so, how can I do this? Otherwise, what is this control?

thank

0


source to share


1 answer


Yes, it is a TreeView control. (As it says "Microsoft TreeView Control with C # and ASP.NET")

Additional Information:



http://msdn.microsoft.com/en-us/library/ms529261.aspx http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c12285

+1


source







All Articles