Reputation: 11
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
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
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