Hi there,
I have an ajax accordion in my web application. I have 2 HTML radio buttons; the first one is checked to show all the accordion header content,second one is to make a DIV block visible. Also the user can enter a text to search through Accordion headers, which is working fine.
By default the DIV block is invisible, as soon as the user clicks on search radio button,the block becomes visible. I have a asp:button
to rebound the accordion according to the search text.
However after I search, the block becomes invisible. Is there any way to keep this block visible?
Thanks in advance