ASP.NET Org Chart Component - Displaying an Org Chart
This simple page shows an XML Organisation Chart Component bound to
this XML file of 9 items.
By default the AutoFormating feature will make an intelligent guess as how best to display the org chart.
Developers can also use the HtmlTemplate property to define how to display the chart. The property takes
Html and substitutes {field Name} for each item where field Name is
the name of an attribute within an XML document or a column name within a datatable. The HtmlTemplate property
provides a quick and simple method of formatting organisation charts.
The layout can be also be defined using
- Templates in Visual Studio.NET
- Using a Web User Control
Change the HtmlTemplate using the drop down box
below to format the org chart.