Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How i can Create a dynamic organization chart in web application using c#. I have bind all the data in a datatable. I want to display employee picture also.
Posted

Your best bet may be to buy a charting library. Otherwise, write the code to generate the bitmap and serve it to the client. Displaying pictures is trivial, obviously. You link to the image, or you serve it from the DB. Tons of info online on that.
 
Share this answer
 
CG is right, a library might be the way to go. Also, I think you already asked this question[^] before. Have you looked through the answer? It seems in the screenshot that it is also able to display pictures on the chart.
 
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