Flexible and versatile organisational charts for ASP.NET using
Org Chart Component.


Drawing An Org Chart From Active Directory

The Organisation Chart Component can draw charts from any database that can be accessed via OLEDB.

  • Each row in the table or view to be charted represents one node in the chart

  • Each row must have a Unique Id ( primary key )

  • Each row should have a Parent Id ( foreign key ) that points to the Node that is the parent of this row.

  • The Organisation Chart Component is given a "Start Value" - to instruct it where to start drawing from


The simple table

simple table


Containing the data:

UniqueIdParentIdNodeText
10Root Node
21Father-I
31Father-II
42Son

Produces the Chart:

Root Node
Father-I
Son
Father-II