I have a treeview where the user will be able to drag and drop nodes to change the structure. When they drop the node somewhere, it will write out to the database the changes in server side code. That all works fine. But I need to reload the treeview in order to get it to show the changes. When I do that, the treeview is collapsed. I'd like to leave it in the same state it was in so the user doesn't need to go and re-expand everything.
In the NodeDrop event I have figured out how to add the node to the new location. I just can't figure out how to delete the old one.
TIA - Jeff.
In the NodeDrop event I have figured out how to add the node to the new location. I just can't figure out how to delete the old one.
TIA - Jeff.