ASP.NET Slide Menu Tutorial - KeepExpanded

Boolean property KeepExpanded allows you to control parents.

If KeepExpanded = false, then only one parent can be explanded at a time.
If KeepExpanded = true, then many parents can be expanded at the same time.
KeepExpanded = false

KeepExpanded = true


ASP.NET
<osm:SlideMenu runat="server" id="tutKeepExpanded" KeepExpanded = true > <menuitems> <osm:Parent id="p1">Parent 1</osm:Parent> <osm:Child id="c11">Child 1</osm:Child> <osm:Child id="c12">Child 2</osm:Child> <osm:Parent id="p2">Parent 2</osm:Parent> <osm:Child id="c21">Child 1</osm:Child> <osm:Child id="c22">Child 2</osm:Child> </menuitems> </osm:SlideMenu>

"I've scanned the Internet for ASP.NET controls and yours are *BY FAR* the most featured and attractive (not to mention they don't crash, unlike some others!). Building the site around your component suite gave us the competitive edge."

Shane Mitchell
University of Queensland (Australia)