Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
How do I create a horizontal tree view in asp.net?
Posted
Updated 16-Jun-11 21:32pm
v2
Comments
thatraja 17-Jun-11 8:10am    
As others said there is no horizontal tree view in asp.net. BTW why do you want that? tell us so that we can give any alternate solutions if possible.

There is no standard horizontal tree control in ASP.NET - you would have to create one yourself as a custom control.

What are you trying to do that you think would benefit from turning a tree on it's side?
 
Share this answer
 
Comments
supriyagupta 17-Jun-11 3:39am    
how i can create custom control for treeview
OriginalGriff 17-Jun-11 3:47am    
Google: http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=create+ASP.NET+custom+control
Lots of examples!
A horizontal tree view does not make too much sense.
I guess what you might be looking for is a menu control?
 
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