13
Answers

Save record Without image..in c#

Mohammad Imran

Mohammad Imran

9y
7.1k
1
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)