I am working on what I call the “TreeJAX” control. It a tree that is bound to a hierarchical collection of objects. The root node is built in code on the control’s load method. Then, whenever a node is clicked, I use ASP.NET AJAX JSON asynchronous web Read More...