D
dave
What is the most effecient method to take data from a
database table (sqlserver) to a vb.net treeview control.
The database table looks like
ID, Name, ParenetID
1 , test, <null>
2, test2, 1
3, test3, 2
The above would create a tree with 3 levels?
Suggestions?
thx
(code samples would be great)
database table (sqlserver) to a vb.net treeview control.
The database table looks like
ID, Name, ParenetID
1 , test, <null>
2, test2, 1
3, test3, 2
The above would create a tree with 3 levels?
Suggestions?
thx
(code samples would be great)