Click here to Skip to main content
15,920,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
How to create a Binary Tree in ASP.Net for MLM Project?
Posted
Updated 22-Nov-11 2:15am
v2
Comments
Zubair Alie 22-Nov-11 8:04am    
with binary tree, use a count veritable for counting the length of tree. so when the tree is stop getting more children, you would have a length check that up to what extent algorithm is working fine. and then rectify your algorithm :)
Richard MacCutchan 22-Nov-11 8:24am    
What?
Amir Mahfoozi 22-Nov-11 10:34am    
For the SQL structure read my article : http://www.codeproject.com/KB/database/TreeStructureWithDatabase.aspx and after that I think it is the easy part.

1 solution

Found similar questions with answers, check these

Tree View in Asp.net[^](MLM type tree)
Creating dynamically Binary Tree to Display Member[^]
Draw a Binary Tree using Asp.Net[^]
 
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