Is it possible to maintain a treeview's collapsed/expanded state across page postbacks? Say for example a user clicks on a navigation item in an expanded node, when the new page loads, can that node still be expanded after load?
Right now, when a user clicks any node, upon the new page load all of the treeview nodes are collapsed again.
Thanks.