tags:

views:

406

answers:

0

Hi.

I have a problem preserving the state of the accordion control between postbacks.

When I click on a button, a accordion is filed with information from a DB. Each AccordionPane has some LiteralControls and one Button.

I whant to click on that button (of a specific AccordionPane in a Accordion) and call my handler for the buttons click event. The problem is when I click the button the page is posted back and the page is rebuilded again. But this time the Accordion is empty and that way theres no button for the event to be fired!

I've read that this is a problem with old versions of the toolkit but I have the new one!

Can you help me please?!?!

Thank you!.