ASP.NET Splitter - Set URL on server

Both panels contents are loaded from another pages using Url property.



The feature also works in horizontal splitter.

See also how to open URL on click.

Example code

    <obspl:Splitter id="spl1" runat="server" StyleFolder="styles/default">
        <LeftPanel>
            <Content Url="leftContentPage.html" />
    ...

VB.NET
spl1.LeftPanel.Header.Url = "leftHeaderPage.html"
spl1.LeftPanel.Content.Url = "leftContentPage.html"


C#
spl1.RightPanel.Content.Url = "leftHeaderPage.html";

"I'm impressed of your components. Best user friendly components I have ever seen."

Yücel Kandemir
21 IT Solutions & Travelink Inc.