I have a child page with an UpdatePanel on it that is connected to a timer that autorefreshes every 5 seconds. I’ve tried a few different PNG fixes, and they work until the UpdatePanel refreshes that section. Then, depending on the fix the PNGs either disappear or go back to nontransparent. Do I need to forcefully run the javascript when the UpdatePanel refreshes? How would I go about this?
Thanks!
If your using a JavaScript trick to get around IE 6’s lack of png transparency, you need to register your script with the ScriptManager to run when the UpdatePanel refreshes.
MSDN Reference