I have got 10 images with 10 file uploads on my update.aspx page. What I want to do is the client can change any current image to be replaced by new image using file upload. I can do that for a single file upload by using update button for each , but that will lead to 10 updateimage buttons , I want to acheive that by single update click which should check which fileupload images have been used and replace those with current image in the db.
Any help or suggestion will be appreciated.