Hi,
I have a treeview on a page, when I select a node it displays the selected node's name on a label and highlights the selected node in red - This works... but does a terrible refresh of the page before excecuting this......
Ive used and update panel(AJAX), but when it "refreshes" the treeview, it :
1. Doesnt Highlight the selected node in red
2. Duplicates the "FIRST" selected nodes text everytime a node is selected......
Does anyone know of a way to stop this from happening???
Thank you for any assistance....