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 must admit that your components are the most intuitive I've ever used your product suite is really great, but equally important, the support is even better! :)"

Michael Holm Andersen
M media

Random testimonial   All testimonials