Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

I am using collapsible panel extender in my project. Everything is working fine. But I have an issue when page loading. The issue with collapsible panel is it getting expand and Collapse when page_load.

Any solutions?
Posted
Comments
Sandeep Mewara 28-May-12 4:54am    
Not clear on the issue. Please elaborate.
willington.d 28-May-12 5:21am    
while page is being loaded, the collapsible panel is expanding(unexpected) and then collapse(expected) even though i have set the collapse property to true. please review the below code

<cc1:CollapsiblePanelExtender ID="cpePending" runat="server" TargetControlID="pPendingBody"
CollapseControlID="pPendingHeader" ExpandControlID="pPendingHeader" Collapsed="false"
ImageControlID="imgPending" TextLabelID="lblPendingText" CollapsedText="Pending"
CollapsedImage="~/Images/expand.png" ExpandedText="Pending" ExpandedImage="~/Images/collapse.png"
CollapsedSize="0">
db7uk 28-May-12 5:21am    
Are you doing anything in the code behind to interact with the expander?
willington.d 28-May-12 5:22am    
loading the grid which in side the container panel

1 solution

check out the link below.
AjaxControlToolKit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900