Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the Accordion of ajax but at design time it gives error "An unhandle execpetion has occured.Collection was modified;enumartion operation may not execute.

XML
<cc1:Accordion ID="Accordion2" runat="server">
        <Panes >
        <cc1:AccordionPane runat=server >
        <Header >panel</Header>
        <Content >
        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.
         Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.
         Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.
         </Content>
        </cc1:AccordionPane>
        </Panes>
        </cc1:Accordion
Posted
Updated 30-Jun-10 18:59pm
v2
Comments
Abhinav S 1-Jul-10 0:53am    
You need to post some code here before someone can help you.

1 solution

are you trying to add or remove items from the accordion pane at run time in the code file.
 
Share this answer
 
Comments
anupkulkarni85 1-Jul-10 5:01am    
adding to data

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900