I have a page album.aspx where I need to display all the album from database to Gridview with AlbumName.
Now when I click any album, it redirects to all the photos related to the clicked album on different page, suppose gallery.aspx...
Can anyone tell me how can I achieve this???
Go to the complete details ...