Treeview_BeforeSelect() get fired multiple times unconditionally
Dear All,
Recently i was working with treeview in a desktop application. At present treeview load total of 14 tree nodes all together, but application invokes Treeview_BeforeSelect( ) for comparatively more no of times that number of nodes actually present, this is the first problem.
Second, Treeview_BeforeSelect() fires for the same first tree node in the tree structure always all the times i mentioned above , i checked with the sender object argument and confirmed it.
From my point of view, the method should fire once for every node .So anyone can please clarify the cause of the problem and also help me out for solution. It would be highly appreciated.Thank you.
__________________
imspratik
|