AtlasControlToolkit, Accordion and UpdatePanel

Last post 10-27-2006 2:59 PM by psyvision. 2 replies.

Sort Posts:

  • AtlasControlToolkit, Accordion and UpdatePanel

    07-19-2006, 4:59 PM
    • Member
      5 point Member
    • teRRRazza
    • Member since 07-19-2006, 8:46 PM
    • Posts 1

    I have a problem. The event of linkbuttons raised in <head> (marked in yellow)  never is captured in the codebehind.  However the events of linkbuttons raised in Content always are captured in the codebehind. Can you help me, please?

    Thanks!!

     

    <

    atlas:UpdatePanel ID="menuPanel" runat="server" Mode="Always" RenderMode="inline">

    <ContentTemplate>

    <act:Accordion ID="MyAccordion" runat="Server" SelectedIndex="2" HeaderCssClass="accordionHeader"

    ContentCssClass="accordionContent" AutoSize="None" FadeTransitions="true"

    TransitionDuration="250" FramesPerSecond="40" Height="145px">

    <act:AccordionPane ID="AccordionPane1" HeaderCssClass="accordionHeader" ContentCssClass="accordionContent"

    runat="server">

    <Header>

    <asp:LinkButton ID="lnkItem1" runat="server" OnClick="lnkItem1_Click">item1</asp:LinkButton>

    </Header>

    <Content>

    <asp:LinkButton ID="lnkItem0" runat="server" OnClick="lnkItem0_Click">head0</asp:LinkButton><br />

    <asp:LinkButton ID="lnkItem2" runat="server" OnClick="lnkItem2_Click">item2</asp:LinkButton>

    </Content>

    </act:AccordionPane>

    <act:AccordionPane ID="AccordionPane2" HeaderCssClass="accordionHeader" ContentCssClass="accordionContent"

    runat="server">

    <Header>cabeza2 </Header>

    <Content>cuerpo2 </Content>

    </act:AccordionPane>

    </

    act:Accordion>

    </ContentTemplate>

    </atlas:UpdatePanel>
  • Re: AtlasControlToolkit, Accordion and UpdatePanel

    10-26-2006, 10:00 AM
    • Participant
      1,110 point Participant
    • cb3431
    • Member since 01-26-2005, 3:27 PM
    • Posts 279
    Have you had any luck solving this problem?
  • Re: AtlasControlToolkit, Accordion and UpdatePanel

    10-27-2006, 2:59 PM
    • Member
      25 point Member
    • psyvision
    • Member since 08-17-2006, 11:41 AM
    • Posts 5

    I too had this problem with the CTP's

     

    I'm currently upgrading my website so don't know if its fixed in the beta yet. 

Page 1 of 1 (3 items)