CollapsiblePanel
To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control.
<asp:LinkButton ID="LinkButton1" runat="server">Show Details</asp:LinkButton> <ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server" TargetControlID="Panel1" CollapsedSize="0" ExpandedSize="300" Collapsed="True" ExpandControlID="LinkButton1" CollapseControlID="LinkButton1" AutoCollapse="False" AutoExpand="False"> </ajaxToolkit:CollapsiblePanelExtender> <asp:Panel ID="Panel1" runat="server" > To add collapsible sections to your webpage,Ajax provides you with the CollapsiblePanel control. </asp:Panel>
Related posts:









Most what i read online is trash and copy paste but i feel you offer something different. Maintain it like this.
Leave your response!