Click here to Skip to main content
15,906,645 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
We are working on a Multi Level marketing web application where we want to show records from our binary structured tables' values in a Binary tree shape. Which control we should use for this purpose and how?
Posted
Comments
Sergey Alexandrovich Kryukov 25-May-11 9:14am    
Tag it! Do you want to use ASP.NET, WPF, Forms, what?!
--SA
Sandeep Mewara 25-May-11 10:11am    
Multi Level marketing web application
OP missed tagging but did mention it as web app. :)
Sergey Alexandrovich Kryukov 28-May-11 1:01am    
Not enough! OP should be interested to attract right experts to the question, hence tagging. For example, I would not waste my time even on reading of the question if it tags something I do not feel knowledgeable enough. Most questions should be visually classified even without loading the web page where one can read a question.
--SA
Sandeep Mewara 28-May-11 3:28am    
Agreed.

1 solution

Why not using a regular TreeView? Will look a bit too binary, but this is what are you looking for, isn't it? :-)

What do you mean "how"? Read MSDN help page in this control to get an idea (you did not tag UI library you want to use, but it will be nearly the same) and start using it. If you face a problem, ask another question, but not before you really did everything to make is working by yourself.

Good luck,
—SA
 
Share this answer
 
v2

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