Click here to Skip to main content
15,867,851 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My output Query is

PART PartNameEn SUBPART SubPartNameEn QUANTITY Level
00 A 01 B 5 1
00 A 05 F 3 1
05 F 10 K 10 2
05 F 11 L 10 2
01 B 02 C 2 2
01 B 03 D 3 2
03 D 07 H 6 3
02 C 05 F 7 3
02 C 06 G 6 3

I want show in treeview that:

A---B --- C --- F
--- G
--- D --- H
F --- K
--- L

What I have tried:

How to filling a treeview control from Recursion query output from database in windows form?
Posted
Updated 24-Jun-17 20:21pm

1 solution

Read this : [^]
 
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