How to save the images into specified folder?
Hi,
I am working with c#.net. In my application i want to give facility to
user to add image. I use open dialog box to select image, it will work
properly i.e on button click open dialog is open select any image and
display in picture box.
So i want to store that selected image into specified folder and that path stored into database, for furhter retrivation.
Please guide me to overcome from that problem