How to populate child node on its click?
i am facing problems while working with treeview control in asp.net 2.0.
i have populated the tree through dataset.i have one root node & number of child nodes,the whole tree gets populated at just a single click.
i want to populate the child node further only when i click the child node,how to do this? :(
Thank u.

