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 have been working with the Obout controls for many years. I have recommended them in 3 companies and each time they were purchased and management is very impressed with the pages that I can create."

Dan Gregory

Random testimonial   All testimonials