I have a table with image field that I need to bind to System.Windows.Forms.PictureBox, and I need to Load new images o Overwrite existing images or delete the image int the field with ADO.NET dataset object.
I have a table with image field that I need to bind to System.Windows.Forms.PictureBox,
Share
I wrote this code in the Form_Load Event :
and Work Ok.