1

嘿, 我想在我的視圖上有CollapsiblePanelExtender,當用戶單擊標籤面板時應展開/摺疊。這裏是我的代碼:mvc-CollapsiblePanelExtender

<table><tr><td> <label id="MyLabel">Text</label></td></tr><asp:Panel ID="MyPanel" runat="server"><table></table> 
</asp:Panel> 
    <cc1:CollapsiblePanelExtender ID="MyPanel_CollapsiblePanelExtender" 
     runat="server" Enabled="True" TargetControlID="MyPanel" ExpandControlID="MyLabel" CollapseControlID="MyLabel"> 
    </cc1:CollapsiblePanelExtender>  

問題是,當我點擊我的標籤上沒有任何反應......

+0

AjaxControlToolkit? `的 2011-01-21 14:58:11

回答