I want to show family hierachy in asp.net.I have table as Family with attributes ParentID, ChildID, Name. Table have seft join on ParentID and ChildID. How I show the data from database. The hierarchy level is not fix. #editedI want aspx part to show this hierarchy tree i.e How I will show this tree in aspx using reapeater or other any control.