Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there any way to do CollapsiblePanel in Umbraco?
I need it exactly the same way as in AjacControlToolkit
http://www.ajaxcontroltoolkit.com/CollapsiblePanel/CollapsiblePanel.aspx
If you want to use the ajax control toolkit in Umbraco you can do excatly this.
Just make sure you register the toolkit at the top of the page i.e
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit"%>
and add a scriptmanager i.e
<asp:scriptmanager id="sm1" runat="server" />
Alternatively there are lots of jQuery alternatives which you could google.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Expand/Collapse Menu Item
Is there any way to do CollapsiblePanel in Umbraco?
I need it exactly the same way as in AjacControlToolkit
http://www.ajaxcontroltoolkit.com/CollapsiblePanel/CollapsiblePanel.aspx
If you want to use the ajax control toolkit in Umbraco you can do excatly this.
Just make sure you register the toolkit at the top of the page i.e
and add a scriptmanager i.e
Alternatively there are lots of jQuery alternatives which you could google.
is working on a reply...