I have the following code:
Dim data As Byte() = CType(oSDR("SIGNIMAGE"), Byte())
Dim ms As New MemoryStream(data)
Dim img As Image = Image.FromStream(ms)
Image1.Visible = Convert.ToInt32(Image.FromStream(ms))
ms.Dispose()
ms.Close()
this is code with <asp:image>
. I want to show image with listview or literal from the databse.
I hope masters can help me..provide example about my question
thanks regards arif