Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me, i want to display data in binary format (like root, left and right concept) which is retriving from database (sql server 2005) in asp .net. Can any one help me for this process.
Posted
Comments
Kornfeld Eliyahu Peter 23-Jan-14 3:47am    
Do you mean binary-tree?
Member 9843957 23-Jan-14 3:50am    
ya binart-tree
Member 9843957 23-Jan-14 3:50am    
plz help me

1 solution

If you are using Web Forms then have a look at TreeView control documentation[^].
 
Share this answer
 
Comments
Member 9843957 23-Jan-14 3:59am    
but tree view allow only one side node (not left and right both).
CPallini 23-Jan-14 4:06am    
Well, it features a 'rotated' view: the root node could have 'upper' and 'lower' children.

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