views:

114

answers:

1

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

http://forums.asp.net/t/1507470.aspx

Emaad Ali
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
so you can represent it using this method which is used in these links.
Emaad Ali