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";

"We LOVE your controls -- I am always checking for new and/or enhanced controls. I'm telling everybody obout.com!"

Dennis Spurlin