TreeView Programatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how to do programmatically like this in IE web treecontro

Parent
Child 1 of parent
Child 2 of parent
Parent
Child 1 of parent
Child 2 of parent

any help is gr8
 
There are no inbuild tree datastructures in .NET. You could extend ICollection or one of the classes in the System.Collections namespace to create one of your own

HTH
fbhca
 
Back
Top