Click here to Skip to main content
15,922,584 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,
I want to show organizational chart (heirarchy view) in my application. I have used tree view control. Data is coming properly but the look is vertical. I need it in horizontal view. Is it possible with tree view? or please suggest some other method.

Thanks in advance....
Posted

What, something like this: Organization Chart Generator[^] perhaps?
 
Share this answer
 
Comments
betu.009 18-Jul-14 5:52am    
yes I am looking for this only but using asp.net...not any 3rd party control
I'm guessing you've not tried looking around because you want everyone to do your work for you, this question has been asked alot of times and there lots of controls out there that can do what you need with a bit of work.

There a some controls that have a cost and some that are free.
One of the free ones is:
http://orgchartwebcontrol.codeplex.com/[^]

I found this by simply searching for "c# creating a horizontal tree view" on Google (your friendly neighbourhood search engine).

This lead me to this previous question on this very site:
Horizontal treeview control[^],
where one of the answers linked to this other question, again from this site:
C# Organization char[^]

and hey preseto lots of links to various possible solutions to this very issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900