Hi Luke,
You can add a Panel inside your CollapsiblePanelExtender and put your Accordion inside the Panel. Now you can use Javascript to make it show or hide. For example : $get("<%=Panel1.ClientID%>").style.display = 'none'; or $get("<%=Panel1.ClientID%>").style.display = '';
Hope this help.
Best regards,
Jonathan
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.