i'm using 'Response.BinaryWrite' to display image from my database (i keep it as binary file in sql server).
The Problem is, the image too big..
I try to combine it with html tag '<img src=...>' but it doesn't work.
is there any 'function' from asp to resize the image when display?