-
1
- #1
I have a database which has n tier hierarchy eg.
idParent idCategory chrDescription
0 1 A
0 2 B
1 3 C
1 4 D
2 5 E
3 6 F
3 11 cc
3 12 cd
5 9 i
5 10 j
6 7 g
6 13 L
7 8 h
I am trying to implement this structure in a expandable and collapsable treeview - which is generated from the DB when ASP is called.
Any node can have any number of sub-levels or child nodes and the same is true for all the childs.
This has to be implemented without using a component.
If you can send me your email I will send you the code.
Saurabh
idParent idCategory chrDescription
0 1 A
0 2 B
1 3 C
1 4 D
2 5 E
3 6 F
3 11 cc
3 12 cd
5 9 i
5 10 j
6 7 g
6 13 L
7 8 h
I am trying to implement this structure in a expandable and collapsable treeview - which is generated from the DB when ASP is called.
Any node can have any number of sub-levels or child nodes and the same is true for all the childs.
This has to be implemented without using a component.
If you can send me your email I will send you the code.
Saurabh