I have two imaging questions; they are both regarding a
vb.net web form I am creating.
1) I have a hyperlink that I am assigning an Image to; the original image is 1024x768 I want to resize the image the hyperlink shows to 170x200. The height and width properties are not having any effect.
2) Is there a way to stop the original image from being downloaded? I know the image I put on the web form must be loaded to the client (170x200) I wish to not allow them to download the 1024x768 image.