Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,
I am using VS 2013 (Visual Basic OR C#) and i would like to fill the gridview with all treeview Nodes & its sub nodes names, noting that the below is the Gridview columns:

ID     Parent_Node        Node_Name        Level
1        Nill            Individual          1
2        Nill             Company            2
3      Individual          Child             1
4      Individual          Adult             2
5      Individual      with Inabilities      3
6       Company        partners company      1
7       Company         Stock holders        2
8       Company           Private            3


Any can help?
Regards,
Hazem Ayoub

What I have tried:

i tried to many types and i would like to move through the treeview from the top node to the last node including the child and grandchild nodes.
Seeking your support in this regard
Thanks.
Posted
Updated 7-Apr-20 9:43am
v2

1 solution

You already posted this question at Treeview items need to be filled in a gridview - Visual Studio Discussion Boards[^] . Please do not post the same question in multiple places.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900