
Creating Dynamic Tree:
I have to build a tree structure with the following data lets say that with this data childId parentId 1 - 0 (lets say this is root) 2 - 1 3 - 1 4 - 3 5 - 3 6 - 5 7 - 6
all I need is that i need to have a way to construct a tree.
Please let me know how can i do this.
Thanks, Saurabh Pol.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
