Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need a "free" organization chart component for ASP.NET.

share|improve this question

5 Answers

up vote 4 down vote accepted

Google has a free one within their charting api's. http://code.google.com/apis/visualization/documentation/gallery/orgchart.html

share|improve this answer
thnx , your replay helped me a lot :) – Mahmoud Farahat Sep 1 '10 at 19:30
hello @Mahmoud! will you plz tell me how to bind the datatable using this API and display Organisation chart in asp.net? waiting for your response...! Thanks in Advance! – SHEKHAR SHETE Nov 24 '12 at 6:46
hello @Brownman98! will you plz tell me how to bind the DataTable in .aspx page using this API and display Organisation chart in asp.net? waiting for your response...! Thanks in Advance! – SHEKHAR SHETE Nov 24 '12 at 7:12
The control works with a local JS array of objects. What you can do is on the server side get your data then serialize that object into a JSON string. You then store the string in a hidden field. When the page loads you can parse the JSON into an object. – Brownman98 Nov 25 '12 at 18:06

My favorite resources for free web components and examples are:

I found this at the control gallery. Maybe it'll help.

http://www.asp.net/community/control-gallery/Item.aspx?i=3224

share|improve this answer
1  
This one might be better suited: orgchartwebcontrol.codeplex.com – Robert Harvey Aug 31 '10 at 23:45
@Robert: It sure looks sharper. Thanks for adding the link. – kbrimington Sep 1 '10 at 0:00

Chart4.NET is an advanced organization chart component that has a free version. But logo will be there.

Demo:

share|improve this answer

Here is a HTML5/canvas version of organization chart lib, simple interface + image node support, check it out here: http://orgplot.codeplex.com

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.