In a WebForm I have an Image Control (System.Web.UI.WebControls.Image), of fixed dimensions, in which I display a thumbnail JPG image. The problem is that I cannot figure out to turn off stretching the image whereby it completely fills the control dimensions.
I do not want to distort my image ... I only want to fill part of the Image Control most of the time to the exact pixel dimensions of my thumbnail image. All thoughts appreciated, or other ways to approach this ?
Go to the complete details ...