Mohammad Imran

Mohammad Imran

  • NA
  • 40
  • 9.8k

Save record Without image..in c#

Jan 7 2015 1:36 AM
I was try to save record without image...but its stuck on and error nullreferenceexception was unhandeled...
 
img.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg);
Image img = (Image)pictureBox1.Image.Clone();
 
Please let me know how to save record without picture...
 
im new one...
 
Thanks 
 
Imran
 
 

Answers (13)