Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have to show graphical organisation chart from database in asp.net using C#

i have collected an employee table with the some flags to show the garadual hierarchy between emplooyes with in an organisation.

chart must be in top to down style(tree like structure)
<b>please help me to find a efficent solution to achieve my objective.</b>
Posted

There are a number of tools (some free and some pay) available on the internet. Doing a search should give you some results.
For a free tool hosted on codeplex, see here[^].
 
Share this answer
 
Comments
Varun Sisodiya 5-Jul-11 3:54am    
thanks 4 reply
 
Share this answer
 
Comments
Varun Sisodiya 5-Jul-11 3:54am    
thanks 4 reply
visit this link http://archive.msdn.microsoft.com/mschart[^]
hope you will get some idea on your requirements.

Thanks
 
Share this answer
 
Comments
Varun Sisodiya 5-Jul-11 3:54am    
thanks 4 reply
As you have tree like structure then I think Treeview can work for with some good CSS to give it a attractive UI. Or you can look into MS Charts for the chart that can match your requirements.
 
Share this answer
 
Comments
Varun Sisodiya 5-Jul-11 3:53am    
Devesh thanks for ur reply,but i want a top2down organisatoinal chart with horizontal-nodes(TABs).

please suggest if it can be done with tree-view .
[no name] 5-Jul-11 6:49am    
Try this : http://www.codeproject.com/KB/cs/Org_Chart_Generator.aspx
or go for third party charting tool.

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