I am using YUI treeview to show some hierarchical structure.The problem is that even when I delete some nodes from back end and then refresh the whole tree it does not reflect the changes done on back end.(i.e If I remove a certain node from database and then refresh the page containing the tree view it still shows the deleted node in tree.)
Ironically this issue is just specific to IE 8 and 9.
I dont face this issue in chrome and firefox.
is there a way to solve this problem?