How to get values in 2 text boxes when we click on the tree node
I have a tree view thats designed, now on clicking each node i need
the node value to be displayed in Text box 1 , and the details of that
node (which is provided in the excel sheet) should be displayed in
text box 2.
What code do i need to write in Node click_( )
|