Im working on an ASP.Net app with c#. I am stuck on a problem with an accoridian.
My accordian correctly displays data from a datasource which in this case in some text and then a list of images. On each accordians content there are the images to be displayed and then a button to add another image.
This button links to another page that contains the add form. From here I am able to add an image and it forwards me back to the page displaying the accoridan with one new image in the correct section.
Now The problem is that I want to re-open the section that was previously open.
I have tried a couple different ways but all of them have not worked. Any Ideas?