|
Hi everyone. It is my first time when post and I wish to say "respect" for all team from Microsoft for their computer developer passions. I'm sure that in the back of few words are a lot of learning years and compromises dedicated to software developer. Again "RESPECT". My question is regarding to TreeView control(VB2005). I made a table in MS SQL2005 where I filled with a structure for a TreeView Control. I wish to bind TreeView Control with contents of the table but I can't find solution to load more than 1 level for control. Firts column of the table is unique number (primary key), second column (that is the tree depth) contains null value coresponding with parents node, 1 for the children of ID 1 parent..., and the last column content name that will be appear in the tree structure. My problem is to represent more than one level of the tree structure. Please Help me.
|