Thanks for reply. Tried solution but problems encountered. Think it is because I'm reading from database record rather than from file. My code in an ItemTemplate within the Gridview is (javascript part simply so get pop-up larger image):
html Code:
<ItemTemplate>
<a href="javascript:openPopup('clcndet.aspx?rid=<%# Eval("ClcnRRecordID") %>&ccde=<%# Eval("ContribCode") %>')"><img height="100" width="150" src='<%# "images/" + Request.QueryString("ccde").ToString + "/" + Eval("ClcnRDigitalFileName") %>' alt="Select for enlarged image" /></a>
</ItemTemplate>
The Image file name is in field ClcnRDigitalFileName.
Also Image.FromFile and MessageBox.Show are not recognised in my VB.Net (is Web Development)