i am working on Multi Level Products.i need to display data in the form of binary tree how to go for it. is there any control to display it or is there any other way
A:
check these links i think you got your solution
http://www.codeproject.com/KB/architecture/binarytreeintro.aspx
Emaad Ali
2010-03-10 12:32:09
actually i hav stored all data in binary pattern in database i just want to fetch it and represent it as binary tree view
Deepali
2010-03-10 13:28:13
so you can represent it using this method which is used in these links.
Emaad Ali
2010-03-11 11:35:46