I\'m looking at this control, and it seems to be lacking the standard .net \"datasource\" and \"datamember\" properties for databinding. Is this control not bindable? I ca
If it's only a couple levels, I like to populate a dataset with a couple tables and set up a DataRelation on the columns. Then you use some nested loops and create your tree nodes.