I am trying to save a bitmap image to database ...Bitmap map = new Bitmap(pictureBoxMetroMap.Size.Width, pictureBoxMetroMap.Size.Height);
...I created a column ...imgcontent... in the database with datatype ...binary... but my problem is how can I convert...