Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
I have some data like this : (AT MySql Server)

SQL
Id,ParentID,Name,OtherInfo
1,       NULL,    Nism,L.A
2,       1,       Max,TX
3,       1,       Joserp,NY
4,       3,       Johnny,TX


Now I want build Tree like this image:

http://i.stack.imgur.com/HI9Mr.jpg[^]

Im very pleasure if you help me at this point... thanks for reading!
Posted
Updated 12-Jul-15 18:07pm
v2
Comments
DamithSL 12-Jul-15 23:54pm    
what is the project type? asp.net, winform or..?
EADever 13-Jul-15 0:06am    
Oh its c# winform.
EADever 13-Jul-15 11:08am    
Please somebody help me :(

1 solution

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