M
MauriZZZZ
Hi folks,
Hope you can help me out.
I want to fill a treeview in VB.Net with values from a table out a
database.
The table has the following contents:
Node - Nodename
000 - Europe
000001 - Belgium
000002 - Spain
000003 - Netherlands
000003001 - Province1
000003002 - Province 2
etc.
001 - Africa
001001 - Egypt
etc.
What is the best way to fill this treeview? I am using a datareader to
loop through the records.
Thanks already!
MauriZZZ
Hope you can help me out.
I want to fill a treeview in VB.Net with values from a table out a
database.
The table has the following contents:
Node - Nodename
000 - Europe
000001 - Belgium
000002 - Spain
000003 - Netherlands
000003001 - Province1
000003002 - Province 2
etc.
001 - Africa
001001 - Egypt
etc.
What is the best way to fill this treeview? I am using a datareader to
loop through the records.
Thanks already!
MauriZZZ