I show all the image files uploaded in a grid. The problem is if I upload say 100 images I need to connect to the database 200 times. i.e. once for inserting the image details into the database and once to bind the grid with the uploaded images. I was looking for an event which will fire only once at the end of uploading all the images. So that I can save on the extra 100 connections to the database to bind the grid with images.
Please advice.