I'm making a asp.net photo gallery where the user can control the order and visibility of the photos. I've made the gallery but couldn't get to the part where "the user can control the order and visibility of the photos". I was thinking of this as a edit page where in the user's gallery once he clicks the photo from the gallery it would open a page where he would be able to edit the photo. This is using ms sql so how do I link the clicked picture in the gallery page to the edit page so that it will contain the picture clicked on. I'm very new to asp.net so may you please show me how to do this.