Mike,
It all depends on the layout of your tables and the nature of the
relations.
However, regardless of what that layout is, there is no mechanism for
populating a tree view from a data set, or list. You will have to create
the tree view nodes yourself, creating the hierarchies.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Mike said:
how can i populate a treeview from a database?
websites with examples would help.