I need to make a family tree. But i don't know how to make make it.
I asked someone and done some searching in Google.
I found three ways as follows
1. Using Database (foreign key to represent relation ship)
2. Using XML to store the data.
3. Using binary tree.
But the problem is I am not familiar with any of the above.
Please suggest me the easiest way to this. Also I need to make the list dynamic.
Also any new method which is simpler than the above.
Thanks in advance,