Load the images into image list, display in Form and save
I am working on a windows application where I would need to load the images into an ImageList using a browse button in a form and display them under the browse button once added in to the ImageList. After this, these files should be saved into a table called Pictures in the database through SQL Connection on clicking the Submit button. Can someone help me with this. Thanks in advance.