T
Tony Sedgwick
I've created a treeview that sits in a separate frame to the main frame and
is loaded dynamically from a SQL db.
Everything was working fine until I needed a node that could both Expand to
retrieve data via an xml-http postback AND also load a page into another
frame.
The properties I have set on the node are:
..PopulateOnDemand = True
..SelectAction = TreeNodeSelectAction.SelectExpand
..Target = "MainFrame"
..NavigateUrl = "NodeSummary.aspx"
As soon as I set the Target and NavigateURL properties the PopulateOnDemand
event doesn't fire. Is this how it should work or have I missed something? I
need the treeview to do a PostBack and also update another frame.
Thanks,
Tony
is loaded dynamically from a SQL db.
Everything was working fine until I needed a node that could both Expand to
retrieve data via an xml-http postback AND also load a page into another
frame.
The properties I have set on the node are:
..PopulateOnDemand = True
..SelectAction = TreeNodeSelectAction.SelectExpand
..Target = "MainFrame"
..NavigateUrl = "NodeSummary.aspx"
As soon as I set the Target and NavigateURL properties the PopulateOnDemand
event doesn't fire. Is this how it should work or have I missed something? I
need the treeview to do a PostBack and also update another frame.
Thanks,
Tony