Hi All, I have a web page in which i have many expand/Collapse image buttons. On the first click of the button, I go to the server fetch the data and display it on the page. For the subsequent clicks, i just hide and show the panel on the client side(javascript). The problem i have is this, I click on an image button, i get the data required. Then collapse it on the client. I click another button, I get the required data, but the image button that was clicked earlier also expands and shows the previously fetched data. Please guide me as to what i should do so that i expand only the button that was clicked? Please revrt in case of issues.