converting image in picturebox to byte[]
suppose i want to insert a picture into datbase. fisrt i need to specify the pic: by
1. copying the image and pasting the image
2. specifying the file
so how can i convert an image in pictrebox to bytestream byte[]
|