I have tree view acting as navigation - its in the master page. In content pages, I need this tree view to affect changes. However, the proxy on the content page seems unable to let me configure this. It doesn't contain any design time support for the controls on my master page (Eg; the tree view)
How do I get the tree view in master page, to, say, load a new form in content page based on which tree node was clicked??
The only way I can think of is to abandon the content/master paradigm and have all forms and controls (probably as user controls) loaded dynamically from within the one ajaxified page.
Thanks in advance...
Andles
How do I get the tree view in master page, to, say, load a new form in content page based on which tree node was clicked??
The only way I can think of is to abandon the content/master paradigm and have all forms and controls (probably as user controls) loaded dynamically from within the one ajaxified page.
Thanks in advance...
Andles