I want to redirect with a hyperlink to a page that has an Ajax Accordion, and open a specific pane, dependent on the content of the hyperlink.
eg ..
if the hyperlink is "response.redirect("my_accordionpage.aspx?pane5)" or something similar I want pane 5 to be open when the page loads ...
if the hyperlink is "response.redirect("my_accordionpage.aspx?pane8)" or something similar I want pane 8 to be open when the page loads ...
But I also want the default on the accordion page to be no panes open, so that if the accordion page is accessed normally (other than through a hyperlink), the default applies, and all panes are initially closed.
Probably something to do with Set_SelectedIndex, but any help would be appreciated ~ (VB if possible)
Regards
Stuart