Click here to Skip to main content
15,908,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,

I working in vb.net windows application

I want to take the data from data table or grid view and display it in organization chart format

let say we have 1000 of families in my database and I will get all of them in the grid when the client double click in one of the row pup up form will be displayed and all data will be transferred to the organization chart

and also keep in mind that all families will be different than another family, so the format will be changed as per as the family tree

regards,
Mohammad
Posted
Comments
OriginalGriff 23-Jan-13 2:57am    
Good for you - it sounds like an interesting project.
Did you have a specific problem, or did you just want to tell everyone?
Member 8232292 23-Jan-13 3:20am    
I have this problem and I want to share this solution with everyone because it seems like few expert peoples can do this, because I asked a lot of people and they don't know how to do it
Akbar Ali Hussain 25-Jan-13 19:03pm    
This may help you

Setting Up Parent/Child Relationships and Organizational Structures
http://docs.oracle.com/cd/E16582_01/doc.91/e15078/st_up_pr_chld_rel_n_org_st.htm

Parent/Child (Hierarchical) Relational Treeview User Control Development in ASP.NET
http://www.codeproject.com/Articles/124969/Parent-Child-Hierarchical-Relational-Treeview-User
Member 8232292 27-Jan-13 23:21pm    
thanks dear but I don't think this is what I need
Member 8232292 28-Jan-13 22:54pm    
No any new answer.???

1 solution

1st of all you should organise your data to give each person an id
then each id is has its relations in table
this table could be use in list view
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900