1
Answer

How to show image in Picture Box from database

kiran kumar

kiran kumar

15y
2.9k
1

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.'
Answers (1)