1
Answer

How to show image in Picture Box from database

Photo of kiran kumar

kiran kumar

15y
3.4k
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)