Home / AJAX

Page History: Creating a Simple Accordion

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2010/04/19 04:22


In this tutorial, you learn how to add an Ajax Control Toolkit Accordion to a page and show three panes of content. There are three steps: (1) Add a ToolkitScriptManager (2) Add an Accordion (3) Add the Accordion panes.

To learn how to install the Ajax Control Toolkit, see the Ajax Control Toolkit page.

The first step



The second step



The third step



The fourth step



The fifth step



Step #1 — Add the Accordion to the Page

The first step is to add a ToolkitScriptManager to the Web Forms page that will contain the Accordion. Drag the ToolkitScriptManager from beneath the

Step #1 — Add the Accordion to the Page





Show Me!


Step #2 — Add the Accordion to e Page