I have two accordion one inside another. Accordion's Datasource is comming from database. I have one button ("BtnOuter") inside the "outer" accordion and another button("BtnInner") inside the "inner" accordion.
If I click the "BtnOuter" everything works perfect but if I click "BtnInner", the inner accordion collapse. I would like to keep the inner accordion open and also I would like save some data after the "btnInner" is clicked.
It looks like after "BtnInner" postback, the inner accordion is not working.
Any help will be greately appriciated.