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.
|
| Author: shareef 25 Sep 2008 | Member Level: Gold | Rating:  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 |