I have varbinary(max) column in database
and i am saving image in it and also trying to display as following
but it is covering full page
Dim img1 As Byte() = Nothing
img1 = DirectCast(clsdb.Objdatareader.Item(0), Byte()) Response.BinaryWrite(img1) I want to assign it to image control or display it in fix place or add to place holder
Loading

Datta KharadPosted Jan 14, 2012, 2:57 AM
http://www.c-sharpcorner.com/uploadfile/rmostafa/control-to-display-binary-images-in-Asp-Net/
vijayPosted Jan 14, 2012, 7:03 AM
refer this link
http://www.dotnetcode.in/2011/06/how-to-validate-uploaded-images-in.html