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 just experimenting with your window and I must say that I am really so impressed with it.I am currently using teleik window but after I tried yours , I made my mind to move towards yours, what I really like about your components is the really simple API and it is light on browser, I made some tests comparing window to ... one and I must say your outtakes ..."

Ferasman

Random testimonial   All testimonials