Click to See Complete Forum and Search --> : TreeViewControl


Ashvini
April 9th, 2003, 05:21 AM
How can I get the Tree View control in ASP.Net?

V. Lorenzo
April 9th, 2003, 11:52 AM
There are several treeview controls you may use. One of the most used is the one you from the microsoft internet explorer webcontrols assembly (). It uses DHTML whenever it's possible, so it some times is too slow, but it is not too difficult to use. You may download the installation from (http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp).

Some others may be found (including source code) in http://www.gotdotnet.com.

VLorz