TreeView in MasterPage - ExpandDepth problem
I have a project where my main navigation is a TreeView control on a Master Page. No matter how I set the ExpandDepth property, the TreeView will always revert to the level set in the ExpandDepth property - regardless of where the user has navigated to.
How can I get this control to start with the default depth on the home page and then expand with the user's navigation?
Thanks in advance for your comments.
|