ASP.NET Splitter - Open URL in right panel from left panel

Use links in left panel

<a href="javascript:spl1.loadpage('RightContent', 'my_page.aspx')">My page</a>
<a href="javascript:spl1.loadpage('RightContent', 'http://www.domain.com/my_page.aspx')">My page</a>


Instead of link you can click on any other element:

<span onclick="spl1.loadPage('RightContent', 'http://www.domain.com/my_page.aspx')">My page</span>

See method loadPage for more options.

Set URL on server side

Set server property Url for any panel.

ASP.NET

    <obspl:Splitter runat="server">
        <LeftPanel>
            <Content Url="ContentPage.html">

VB.NET
   spl1.LeftPanel.Content.Url = "ContentPage.html"


See example

"I just waned to give you all many thanks for the level of support you provide. I have dealt with a few 3rd party software providers and have never seen this level of support anywhere. This on top of an awesome set of .NET controls that adds so much to a web application. I can't thank you guys enough. Keep up the good work and I look forward to seeing even more first class controls from Obout."

Mohsen Kashani
Contractor

Random testimonial   All testimonials