Link to home
Start Free TrialLog in
Avatar of Philippe Renaud
Philippe RenaudFlag for Canada

asked on

Help populating a treeview

Hello EE,

I have a dataTable like this:

Code                      Description

01                           Summer
02                           Winter
01-10                      Summer Test
01-10-101              Summer Test Blabla
01-11                     Summer Cellphone
etc..

I guess you see the pattern

How can I  fill my Tree and that lets say we take 01 code as an example (Summer)

01 would be a Root node and it would have the child 10 with description Test and this one has also a child because it has 101

01-11 is two level etc...

can you help with a script in vb.net ?
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Philippe Renaud

ASKER

Perfect.
hey kaufmed... by the way my new question at:

https://www.experts-exchange.com/questions/27742919/How-to-concate-all-tags-from-Treeview-selected-Nodes.html


the code of the expert not workign very well, maybe you want to try? Im gonna tell him