Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • npanguuluri 30 posts 57 karma points
    Oct 28, 2009 @ 20:12
    npanguuluri
    0

    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

  • skiltz 501 posts 701 karma points
    Oct 28, 2009 @ 20:38
    skiltz
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft