I have 3 AJAX collapsible panels. Within each panel I have a reportviewer control. Each panel works fine by itself.
Also, I have a toggle button "expand/collapse All". Currently, it works with the server side code that expands/collapses panels. The problem is that postback causes for reportviewer controls to get regenerated, which creates ugly delay...
How can I implement a client side code that will expand/collapse panels without causing postback?
Thanks in advance!