我要去實現我的應用程序的collapsiblepane但沒有得到任何東西只有兩個鏈接按鈕ajax collaps面板不能在我的應用程序中工作?
這是我的代碼
CollapsiblePanelExtender ID="CollapsiblePanelExtender1"
AutoCollapse ="False" AutoExpand ="false" ScrollContents ="true" TargetControlID ="mypanel"
Collapsed ="true" CollapsedSize ="0" ExpandedSize ="300"
ExpandControlID ="mylink" CollapseControlID ="mylink2"
CollapsedText ="Show Details..." ExpandedText ="Hide Details..." runat="server">
</cc1:CollapsiblePanelExtender>
<asp:Panel ID ="mypanel" runat ="Server" Visible ="False" >
<asp:TextBox ID="txt" runat ="server" ></asp:TextBox><br />
<asp:Button ID="btn" runat ="Server" Text ="Click" />
</asp:Panel>
<asp:LinkButton ID="mylink" runat ="Server" Text ="Mydetaails" OnClick="mylink_Click" ></asp:LinkButton>
<asp:LinkButton ID="mylink2" runat ="Server" Text ="HideMydetails" OnClick="mylink2_Click" ></asp:LinkButton>
請編輯顯示合攏面板本身 – Dewfy 2010-02-06 05:55:39
的代碼,我把該代碼,但它沒有顯示Dewfy先生 – 2010-02-06 06:20:04
雅檢查出Mr.Dewfy我把可摺疊的面板擴展 – 2010-02-06 06:21:35