C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

can you give me the code to keep the collapsible panel open


Posted Date: 24 Sep 2008      Posted By: spandhanaspandy      Member Level: Gold     Points: 1   Responses: 1



i have a collapsible panel with name "Food" if i click on the collapsible panel
it will show Rice,Drinks,Choclates. If i click on "rice" it will open one web page. while opening the page, the collapsible panel is closing. I want the collapsible panel to show the Rice, Drinks,Choclates . So can you give me the code to keep the collapsible panel.





Responses

Author: shareef    25 Sep 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 5

<ajaxToolkit:CollapsiblePanelExtender ID="cpeDemo" runat="Server"
TargetControlID="Panel1"
ExpandControlID="Panel2"
CollapseControlID="Panel2"
Collapsed="True"
TextLabelID="Label1"
ImageControlID="Image1"
ExpandedText="(Hide Details...)"
CollapsedText="(Show Details...)"
ExpandedImage="~/images/collapse_blue.jpg"
CollapsedImage="~/images/expand_blue.jpg"
SuppressPostBack="true"
SkinID="CollapsiblePanelDemo" />



From
shareef



CollapsiblePanel.aspx.txt
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Error
Previous : Error reply
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use