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?
Thanks
Rob.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.