error accordion extender in ajax 3.5

Last post 12-31-2007 5:17 PM by Gentoobox. 1 replies.

Sort Posts:

  • error accordion extender in ajax 3.5

    12-31-2007, 1:45 PM
    • Member
      point Member
    • xeltra
    • Member since 12-28-2007, 4:04 PM
    • Posts 2

     hi all,

    i was downloaded ajaxtoolkit 3.5, and i already put ajaxtoolkit.dll from folder samples in vs 2008, the problem is when i create asp.net application i put accordion from ajaxtoolkit 3.5, and i add panelaccodion, but in the source there is a accodion extender like this

    <cc1:Accordion ID="Accordion1" runat="server">
            <cc1:AccordionExtender ID="Accordion1_AccordionExtender" runat="server"
                Enabled="True" TargetControlID="Accordion1"></cc1:AccordionExtender>

    <Panes>
            <cc1:AccordionPane ID="AccordionPane1" runat="server" ContentCssClass=""
                HeaderCssClass=""></cc1:AccordionPane>
             </Panes>


        </cc1:Accordion>

    and the control accordion object "error creating control -Accordion" Type AjaxControlToolkit does not have a public property named "AccordionExtender"

    my question is the accordionextender for what?? i delete source AccodionExtender, but the accordion control is "error creating control -Accordion  component must be an Accordion control parameter name:component" , but when i run , the accordion there is no problem , but i uses last ajax(v 1.0 for asp.net 2.0) preview Accordion no problem


    Filed under:
  • Re: error accordion extender in ajax 3.5

    12-31-2007, 5:17 PM
    Answer
    • Member
      41 point Member
    • Gentoobox
    • Member since 03-29-2006, 2:23 PM
    • Posts 8

    You use the Accordion like this:

    <cc1:Accordion ID="Accordion1" runat="server">

    <Panes>

    <cc1:AccordionPane ID="AccordionPane1" runat="server">

    <Content>

    Your content here

    </Content>

    </cc1:AccordionPane>

    </Panes>

    </cc1:Accordion>

    Please look at this bug report: http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=13747
Page 1 of 1 (2 items)