I want to resize an image from a given path before it will displayed in a <asp:Image>-Tag on the webpage. Is there a way without first storing the resized image "thumbnail"?
greez marc
I've a blog post about resizing images in ASP.NET/C#. You can check it here:
http://mnour.blogspot.com/2007/12/image-resizing-using-c.html
If you wanted could use a HTTP handler to do it - see http://www.codeproject.com/KB/aspnet/ImageResizeWithHttpModule.aspx