yui-treeview

Binding Data to YUI Treeview control in c#

How can I bind data to YUI Treeview control http://developer.yahoo.com/yui/examples/treeview/default_tree.html here is sample JavaScript code that have been used in the above URL <div id="treeDiv1"> </div> <script type="text/javascript"> var tree; (function() { function treeInit() { buildRandomTextNodeTree(...