Understand VB... new to .net
I've got a tree built. Now in the click event I want to populate the children for the node that was just clicked. (Too much data to populate the entire tree...)
But when I click the SelectedNode entry is empty and there are no items in the System.EventArgs
How do I know what node was clicked?
Or... is there a better way to accomplish the same effect?
Thanks.
I've got a tree built. Now in the click event I want to populate the children for the node that was just clicked. (Too much data to populate the entire tree...)
But when I click the SelectedNode entry is empty and there are no items in the System.EventArgs
How do I know what node was clicked?
Or... is there a better way to accomplish the same effect?
Thanks.