Very simply, I have a RadSplitter with 2 Panes each having their ContentUrl set to a different url. The first Pane has its Collapsed property set to false and the second Pane has this property set to true.
So when I run the page I see just the one Pane.
I added a button so that when the button is clicked it executes a javascript function that expands the second Pane and collapses the first.
The second Pane gets expanded but there is no content there. It is like it has not tried to load the ContentURL.
I just want to be able to show one Pane at a time, each having a different Content Url.
If I do not initially set the Collapse property of the second pane to true, I get both Panes loading their content but I do not want to see both panes on the screen at once.
thanks
-Barb
So when I run the page I see just the one Pane.
I added a button so that when the button is clicked it executes a javascript function that expands the second Pane and collapses the first.
The second Pane gets expanded but there is no content there. It is like it has not tried to load the ContentURL.
I just want to be able to show one Pane at a time, each having a different Content Url.
If I do not initially set the Collapse property of the second pane to true, I get both Panes loading their content but I do not want to see both panes on the screen at once.
thanks
-Barb