I’m currently working on a project which uses the AjaxControlToolkit.
The panel collapses just fine, but won’t expand afterwards or, if collapsed by default, won’t expand initially.
I can’t find the error in my markup. please help
<cc2:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server" CollapseControlID="oben_ausbildung"
ExpandControlID="oben_ausbildung" TargetControlID="unten_ausbildung" Collapsed="True" ImageControlID="i_einaufklapp"
ExpandedImage="~/gesichert/images/panel_einklappen.jpg" CollapsedImage="~/gesichert/images/panel_erweitern.jpg">
</cc2:CollapsiblePanelExtender>
A bit late for an answer, but nevertheoless:
The problem was related to the Scriptmanager. In addition, the old live version of the application had the same problem for about 1 year and nobody noticed it.
Switching from to proved to be a workaround for us.
Regards.