M
musa.biralo
Hi there,
I am banging my head against the wall for this.. Please help.
I have one table (This is basically parent-child .... table in random
order ). My main goal is to put this in a treeview.
TableAA
CoLID ParentCol
Row1 A <null>
Row2 E C
Row3 F E
Row4 D B
Row5 B A
Row 6 C A
I am trying to sort as
CoLID ColParent
Row1 A <null>
Row2 B A
Row3 C A
Row4 D B
Row5 E C
Row 6 F E
Would it be possible at all? What i am actually trying is to put this
table in TreeView. So any idea/help to show the table with above info
(unsorted) in Treeview? One way is to sort the table then we can do
it...
thanks your valuable time.
I am banging my head against the wall for this.. Please help.
I have one table (This is basically parent-child .... table in random
order ). My main goal is to put this in a treeview.
TableAA
CoLID ParentCol
Row1 A <null>
Row2 E C
Row3 F E
Row4 D B
Row5 B A
Row 6 C A
I am trying to sort as
CoLID ColParent
Row1 A <null>
Row2 B A
Row3 C A
Row4 D B
Row5 E C
Row 6 F E
Would it be possible at all? What i am actually trying is to put this
table in TreeView. So any idea/help to show the table with above info
(unsorted) in Treeview? One way is to sort the table then we can do
it...
thanks your valuable time.