TreeNode selection woes

K

kurt.kurtsmith

I have a TreeView with nodes that are set to selection mode. I have
the SelectionNodeChanged event wired and it functions as expected.

The problem is this: When the user clicks a node I update a grid view
(think of clicking the inbox folder in hotmail which updates the
message view). I have implemented UpdatePanels so that when a tree
node is clicked only the gridview is updated. But if the user clicks
on the SAME node in succession the SelectionChangeNode event is not
fired but I still want to update the contents of the grid control.
How do I determine that a node has been clicked in succession? This
is driving me nuts. Why can't the TreeView just tell me that a node
has been clicked? Instead it only tells me when a different node has
been clicked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top