I'm using the TreeNodePopulate event to add nodes dynamically which is working fine.
My problem is when I click a node and the SelectedNodeChanged event is
fired. None of the dynamically added nodes are present in the node
collection.
Can anyone help me?