Similar to the ModalPopupExtender problem. The CollapsiblePanelExtender will apear during the page even if you set the Collapsed=”true”.
I got this here
“Set the containing panels style like so:
height:0 overflow:hidden
The wrinkle: It has to be done as a class not as an inline style. Inline style doesn’t fix it, separate class does. “
Advertisement