Dynamically Adding An Accordion Pane : ASP.NET Ajax Tutorials

The Accordion control in the AJAX Control Toolkit provides multiple panes and allows the user to display one of them at a time. Panels are usually declared within the page itself, but server-side code can be used to achieve the same result. The Accordion control exposes all important properties to server-side code. Among other things, the Panes property grants access to the collection of panes that make up the Accordion. Every pane there is of type AccordionPane. It is therefore trivial to create such a pane:...

Read More:
Dynamically Adding An Accordion Pane : ASP.NET Ajax Tutorials

#1 Santanu MAity on 1.07.2011 at 8:27 AM

I am very please if you give me this code.

Leave a Comment