Looking for a solution with an ASP.NET UpdatePanel that contains multiple images. I am trying to trigger some javascript code after the UpdatePanel is refreshed, but only after all images have finished loading. I attempted using add_endRequest as a callback function, but it doesn't ensure the images are fully loaded before executing. Any ideas on how to delay the function execution until all images are loaded?