Ok, I'm beyond frustrated. I have an application that displays another aspx page as an image for a button. This page (MapDisplay.aspx) displays a custom map which is rendered on the page by saving it to a memory stream as a PNG image. This page is then used as the image source for the button. This...