Subscribe to Subscribers

Forums » .NET » ASP.NET »

CollapsiblePanelExtender Isssue on webserver


Posted Date: 17 Aug 2012      Posted By:: Vinod     Member Level: Silver    Member Rank: 1366     Points: 5   Responses: 0



Hi Friends
I am using CollapsiblePanelExtender to expand the panel after click on btnDeny.
Its seems to working in my local host, but in webserver panel is opened when page load not onclick of denybutton.
below is the code
<cc1:CollapsiblePanelExtender runat="server" ExpandedSize="40" CollapsedSize="0"
AutoCollapse="false" AutoExpand="false" Collapsed="false" ExpandDirection="Vertical"
ID="CPEbtn2" TargetControlID="mybuttons" CollapseControlID="btnApprove">
</cc1:CollapsiblePanelExtender>
<cc1:CollapsiblePanelExtender runat="server" ExpandedSize="40" CollapsedSize="0"
AutoCollapse="false" AutoExpand="false" Collapsed="false" ExpandDirection="Vertical"
ID="CPEbtn" TargetControlID="mybuttons" CollapseControlID="btnDeny">
</cc1:CollapsiblePanelExtender>
<cc1:CollapsiblePanelExtender SuppressPostBack="true" CollapsedSize="0" ExpandedSize="200"
AutoCollapse="false" AutoExpand="false" ID="CPE1" runat="server" TargetControlID="panComment"
Collapsed="true" ExpandDirection="Vertical" ScrollContents="false" ExpandControlID="btnDeny"
CollapseControlID="btnSubmit">
</cc1:CollapsiblePanelExtender>
<asp:Panel ID="panComment" runat="server" Style="padding: 0 50 0 20; margin: 0 200px 0 400px;
height: 330px;">
....

Please Suggest




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Post Reply
You must Sign In to post a response.

Next : Key Press Event for Textbox in Asp.net using c#
Previous : Popup postion of calender extender control is not reflecting..
Return to Discussion Forum
Post New Message
Category:

Related Messages

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Talk to Webmaster Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2013 All Rights Reserved.
.NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
Articles, tutorials and all other content offered here is for educational purpose only.
We are not associated with Microsoft or its partners.