How to Create an Organizational Chart using C#.NET ?

  • Thread starter Thread starter Arhan Demirali
  • Start date Start date
A

Arhan Demirali

Hello Everyone,

I am trying to create an Organizational Chart using C# to display on
the WEB. (web application)

I have a TABLE of data containing the information for who is the
supervisor of who.

The output will be like Family Tree / Organizational Hierarchy Chart.
Pictures of the employees will also be included.

Is there an already existing VS.NET Diagramming Control to achieve
this?

Or can it be done by simply using the HTML TABLEs?

Thanks



arhan
 
Hello Everyone,

I am trying to create an Organizational Chart using C# to display on
the WEB. (web application)

I have a TABLE of data containing the information for who is the
supervisor of who.

The output will be like Family Tree / Organizational Hierarchy Chart.
Pictures of the employees will also be included.

Is there an already existing VS.NET   Diagramming Control to achieve
this?

Or can it be done by simply using the HTML TABLEs?

Thanks

arhan

Hi,

You better use a tree control, Take a look at TreeView from the
framework or you could use a third party control set like Infragistics
 
Information on creating organization chart from database and table format is here:
http://unifosys.com/hierarchy-chart/Create_Organization_Chart_From_Database_Sample.html

An online demo of web control is here:
http://organization.unifosys.com/Create_Organization_Chart_From_Database_Sample_WebForm.aspx

org-chart-node-tag-customization.png
 
Back
Top