Mohammad
Mohammad

Reputation: 11

How can I display an organized hierarchical data in asp.net 3.5?

I am working on a project that organizes the structure and hierarchy of departments. I want to view and display the whole structure of the organization visually, but I am stuck. I wanted to know what is the best way to do it in ASP.net 3.5; my goal is to achieve something like this by code and each node is linkable and can have CSS.
The tree view won't fit neither master details grid view will fit to my requirements.

Appreciate any help

Upvotes: 0

Views: 814

Answers (2)

Mohammad
Mohammad

Reputation: 11

I found an easier way and much flexible and doesnt require complex coding , i used MS Visio API i hope this answer helps others.

Regards Mohammad Masoud

Upvotes: 1

IrishChieftain
IrishChieftain

Reputation: 15253

They can all be on the same level physically. Logically, you could use JQuery to construct a tabbed menu system to separate the different levels:

http://www.codersbarn.com/post/2009/05/03/Beginning-JQuery-Cool-Menu-with-Master-Page.aspx

Upvotes: 0

Related Questions