views:

142

answers:

2

Hi,
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

A: 

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

IrishChieftain
Thanks IrishChieftain What you suggested will not give me the visual effect i want as in the link i provided.
Mohammad
You can duplicate that structure in your sitemap xml - very simple :-)
IrishChieftain
A: 

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

Mohammad