ChimpusDupus 0 Light Poster

Hi,

I'm using a GridView Control in which I wish to show thumbnail versions of images saved as binary data on a SQL DB. I have a page that accepts an ID parameter to use in finding the image on the database. The page uses the Response.BinaryWrite() method to display the image which is used by the other page with the GridView. I've been simply using the URL to the image loading page for an ImageButton Control that is set to a certain width, thus making the image thumbnail sized while the page loads. Is it possible to resize the image before it is loaded into the ImageButton, possibly saving some time while the page loads?

-James Waltz