Hi, I'm using the ajax control toolkit's CollapsiblePanelExtender, and I'm having some problems. The issue is that panels with "Collapsed="true"" are showing up as expanded while the page is loading, and then once everything else on the page has finished loading, it collapses. I need it to be collapsed during the loading of the page, as it seems to do on the sample site: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/CollapsiblePanel/CollapsiblePanel.aspx . Does anyone have any experience with this, or any suggestions?
Thanks,
- Jared