Image Details from gallery display
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am using a datalist to display images that are retrieved form a database in a gallery format (with numerous rows and columns). I have made the images selectable, but now I want to display the details of the image in a popup window when the image is selected. I need to display the selected image, the title, the category the image came from and the code of the image in popup window. How do I go about doing this? All the details, including the image iteself, are retrieved from a database. Which event handler do I use? The onItemCommand or SelectedIndexChanged? How do I display the slected item and its details in a popup window? When the event occurs do I need to bind the data back to the control? Thanks