How to show image in Picture Box from database
I want to Copy a Picture from sqlserver Database Directly to a PictureBox Control with c#, with this code for line
picturebox1.Image = Image.FromStream(msr)
I got error. The message is 'Invalid parameter used.'