Hi All,
I have a treeview and I need to populate a textbox with some text based on which link is clicked.
What event handles this click event and how do I capture the value of the node?
Here's what I'm trying to do: http://adamsresume.info/Adam/Interviews.aspx
Also, please post code in vb.net
Any help appreciated.
Adam
Try the SelectedNodeChanged event.
Check this....