ASP.NET Dynamically Adding Controls....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saadkhan
    New Member
    • Aug 2008
    • 40

    ASP.NET Dynamically Adding Controls....

    Hello,
    I am working Visual Web Developer 2008, I`v learned alot of things including AJAX control toolkit. I want to dynamically add AJAX control AccordianPanes in an 'Accordian' on a buttons click event. I`v done it but its creating a new accordian on each click. Please help me out in it!
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi saadkhan,

    You've posted your question in the ASP Forum which is for Classic ASP only - I've moved it for you but in future please post all ASP.NET questions in the .NET Forum.

    Please can you print the relevant code form your buttons click event so we can see what's going wrong.

    Thanks,

    Dr B

    Comment

    • joedeene
      Contributor
      • Jul 2008
      • 579

      #3
      Originally posted by saadkhan
      Hello,
      I am working Visual Web Developer 2008, I`v learned alot of things including AJAX control toolkit. I want to dynamically add AJAX control AccordianPanes in an 'Accordian' on a buttons click event. I`v done it but its creating a new accordian on each click. Please help me out in it!
      perhaps this link could be helpful http://www.asp.net/LEARN/ajax-contro...ial-02-vb.aspx....

      and even a simple google search such as "ajax controls dynamically adding accordion pane" would have given numerous tutorials on your situation.

      joedeene

      Comment

      Working...