kiran kumar

kiran kumar

  • NA
  • 1k
  • 267.9k

How to show image in Picture Box from database

Dec 29 2009 6:22 AM

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)