This is a migrated thread and some comments may be shown as answers.

Pane.Content url = "Local.aspx" ....not loading

1 Answer 47 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Neal
Top achievements
Rank 1
Neal asked on 08 Apr 2009, 09:30 AM
Hi All,

I just changed from q4 2006 to q1 2009, and where I was happily loading various aspx forms into my "ContentPane" this functionality no longer works.

?? 

 

int confuser = DateTime.Now.Millisecond; //Confuse and Eliminate IE7 caching

 

SubPlanId = 0;

Session[

"SubPlanId"] = "False";

 

contentPane.ContentUrl =

"ContactsAllocated.aspx?" + confuser +

 

 

"&OwnerId=" + SelectedRolePlayer_Id +

 

 

"&PlanId=" + planId + "&SPlanId=" + SubPlanId ;

Markup is

 

 

<telerik:RadSplitter ID="RadSplitter" runat="server"

 

 

    LiveResize="true" Orientation="Vertical" width="100%" height="99%"

 

 

 

 

    ResizeWithBrowserWindow="true">

 

 

    ...
    ...

 

    <telerik

:RadPane ID="NavPane" runat="server"

 

 

        MaxWidth="800" MinWidth="200" Width="20%"

 

 

        Height="99%" Scrolling="None" >

 

 

        <Table..........></Table>
        <TreeView......></TreeView>

 

    </

telerik:RadPane>

 

 

 

 

 

 

    <telerik:RadSplitBar ID="RadSplitbar2" runat="server"

 

 

        CollapseMode="Both" ></telerik:RadSplitBar>

 

 

 

 

 

 

    <telerik:RadPane ID="contentPane" runat="server" Scrolling="None"

 

 

            ContentUrl="" Height="100%" Width="100%" MinWidth="600"

 

 

            style="font-size: medium; background-color:White" Collapsed="false"

 

 

            >

 

 

 

 

            <

telerik:RadSplitter ID="RadSplitter2" runat="server"

 

 

                    LiveResize="true" Orientation="Horizontal"

 

 

                    Visible="true">

 

 

        

 

                 <

telerik:RadPane...............>

 

                      <RadGrid............>

                      <RadGrid............>

                </telerik:RadPane>

 

 

        </telerik:RadSplitter>

 

 

 

 

 

 

    </telerik:RadPane<%--contentPane --%>

 

 

 

 

 

</telerik:RadSplitter>

 

 

           
Thanks
Neal

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 09 Apr 2009, 10:41 AM
Hello Neal,

Your code seems to be correct and since there were not changes in the ContentUrl property it should work and I cannot assume what the problem might be. That is why I believe that the best way to proceed is that you prepare a sample reproduction demo, open a new support ticket and send it to me along with detailed explanations, screenshots and information about reproduction steps and the used browser. Once I receive it, I will have a better understanding on what is exactly happening and I will do my best to help.

Regards,
Svetlina
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Neal
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or