ASP.NET Splitter - Collapsed panel after postback

Click on the arrow of the splitter separator.
The left panel of the splitter will collapse.
Postback using the "Postback" button. The left panel will remain collapsed.
Click again to expand the left panel back.





The feature also works in horizontal splitter.

Example code

    <obspl:Splitter CollapsePanel="left" id="spl1" runat="server" StyleFolder="styles/default">
        <LeftPanel>
            <Content>
                ... Left Panel content here ...
    ...

VB.NET
spl1.CollapsePanel = VerticalCollapsePanelType.left


C#
spl1.CollapsePanel = VerticalCollapsePanelType.right;


JavaScript
spl1.CollapsePanel("left");
spl1.ExpandPanel("right");

"Works like a charm! Not only did you give an excellent response to our problem, but your suggested solution also gave us a couple of other interesting tips! Thanks a lot!"

Asbjørn Kvalheim
Sense Data

Random testimonial   All testimonials