The Accordion control lets you define multiple panes and display them one at a time. It is like having severalCollapsiblePanel controls where only one can be expanded at a time. The Accordion control contains one or more AccordionPane controls. Each AccordionPane control has a template for its header and its content. The selected pane is automatically persisted across postbacks.
↧