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