13
Reply

Save record Without image..in c#

Mohammad Imran

Mohammad Imran

Jan 7 2015 1:36 AM
7.1k
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)