with this i have attached my code.
i got output image at one separate pages.. But i want to show that images in image control.. so for that what are changes i want to do ..
anyone pls explain me to recover that problem..
i think, i might be do correction on following part..
bit.Save (Response.OutputStream ,ImageFormat.Jpeg);
Advance Thanks...,
CrishPosted Dec 10, 2010, 5:45 AM
This code help you to solve the problem of retrieve images from database.
Suthish NairPosted Dec 9, 2010, 2:53 PM
Control to Display Binary Images in ASP.NET
link2
link3
Madhu KPosted Dec 9, 2010, 8:17 AM
In Button2 click event of webform1.aspx
Image1.ImageUrl = "image.aspx?imgid=1";
where imgid is the ID.