I have since worked out how. Next question - how to reduce the size of the
image for display? With thanks
> I am storing images in a sub virtual directory and have the image file name
> as "picfile" as a field in a table that is bound to the Image Field column in
> gridview. I.e. the path is "Images/0000022336.jpg" with the value of picfile
> is "0000022336.jpg". How could I make the column include the path?
Gary Dunne - 05 Feb 2008 15:50 GMT
Look at
http://msdn2.microsoft.com/en-us/library/system.drawing.image.getthumbnailimage.aspx
>I have since worked out how. Next question - how to reduce the size of the
> image for display? With thanks