I\'m using an Ajax Accordion with several panes. On a postback the currently opened pane is always reset back to the first pane.
Is there any way around this problem
I've worked-around the problem by passing the current pane index in the query string then setting the current pane back to the index in the Page_Load event of the target page.
Thanks,
Rob.