pritesh2010 30 Posting Whiz in Training

Hello everyone,
I’d created mlm website which is working fine but the only problem i stop that how to show horizontal tree view, or how to show binary tree. I’d already checked this
http://www.codeproject.com/KB/vb/SimpleBTree.aspx
http://forums.asp.net/t/Next/2701209
http://www.codeproject.com/KB/vb/SimpleBTree/BTree_src.zip
http://forums.asp.net/t/1639275.aspx/1
http://forums.asp.net/t/1336595.aspx/1
http://www.codeproject.com/KB/scripting/Horizontal_JS_Tree/Horizontal_Tree.zip
site but didn’t get any reference if any have idea how to show the binary tree then please tell me.
And my table data structure is as follows
Id parented Left_Child Right_Child
1 1 2 3
2 2 4 5
3 4 6 7
4 7 8 9
5 6 10 11
7 5 12 0
8 10 13 14
9 11 15 16