root node should not be expanded at page load
Hi..
I have created a treeview in asp.net using c#. But the problem is all the nodes are expanded when the page loads.
In Treeview control, when the page loads, the tree should not be expanded. Only when the user clicks on the root node the child nodes should be seen. There are subchild nodes for the child nodes and they should be expanded only when the user clicks on the child node. How to implement this in asp.net using c#.
Please help
|