Hi,
We are looking for a treeview navigation for a new asp.net 2.0 project.
The treeview is located om a master page. The treeview will have +- 200 nodes. So we need a scrollbar. No problems yet.
We are looking for a tree that will keep his view after the user clicked a link. Without postback.
The user can open nodes, close nodes, scroll the bar. After a time the user clicks a link to another page (same master). He expects to see the same treeview in the same state.
Is this possible? When implementing events, is that fast enough? Are the scollbars also implemented?