6
Reply

Treeview from DataTable

Lex

Lex

Jun 9 2010 4:07 PM
21k
Hi i've got a dataTable with 4 fields:
-Department (String)
-Group (string)
-Product (string)
-barcode (string)

I would like to build a tree structure from this
+Department
- +Group
--+Product
----Barcode

What would be the best way to build this treestructure?

Answers (6)