0

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

1 Answer 1

1

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

More information:

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.