Author: kevorkian | Posted on: 7/10/2008 3:22:12 PM | Views : 619

 Ok, I took this sample directly from the AJAX website, and for some reason it is just not opening or closing as it should.  It displays all of the data on page load just as it is, but onclick does absolutely nothing....  This is the first time I have worked with this control - does anyone know what I have to do to have it expand and collapse as it is meant to?  Here is my code:

 
<cc1:Accordion ID="AccordionStates" runat="server"
ContentCssClass="AccordionContent" FramesPerSecond="40"
HeaderCssClass="AccordionHeader"
HeaderSelectedCssClass="AccordionHeaderSelected">
<Panes>
<cc1:AccordionPane ID="Pane_AK" runat= ...

Go to the complete details ...