I save image in database then want to load and show image in image control. I load data from database.control image is:
<asp:Image ID="imgShow" runat="server" />
code to show image:
imgShow=listUser[0].File; // File is byte[]
listUser[0].File is byte[] .how can show image?