Hi.... Why I have to do if I want to expand the CollapsiblePanelExtender with a Button or by code... automaticali..
My CollapsiblePanelExtender is this:
<atlasToolKit:CollapsiblePanelExtender ID="CollapsiblePanelExtender1" runat="server">
<atlasToolKit:CollapsiblePanelProperties
TargetControlId="ContentPanel"
ExpandControlID="TitlePanel"
CollapseControlId="TitlePanel"
Collapsed="true"
TextLabelID ="Label1"
ExpandedText="(Ocultar Autoevaluación ...)"
CollapsedText="(Mostrar Autoevaluación...)"
ImageControlId="image1"
ExpandedImage="../images/haciaarriba.png"
CollapsedImage="../images/haciaabajo.png"
SuppressPostBack="true"
/>
</atlasToolKit:CollapsiblePanelExtender>