This is sort of a follow-up to my question here:
http://stackoverflow.com/questions/534045/asplabel-is-not-shown-when-visible-is-set-to-true
In the above question, I had a few controls were the visibility was not being set to false because they were not in an UpdatePanel. Once I put the controls inside an UpdatePanel, the toggling of visibility worked, but this has caused me another problem. I have an ImageButton that exports to excel. When the button was not in an update panel, the click event fired, but now that I put it inside and update panel, the click event does not fire.
I also have a dropdown which works fine. I am thinking it has something to do with the fact that the ImageButton does not have an AutoPostBack property.
Thanks, XaiSoft