InsideEdge
Instructor
Hi, my program uses a DataList to show a list of images that are loaded from a database. I would like to be able to click on each image and have each image go to hyperlink to a larger version of the same image. I tried converting the image control to run at server thinking that I could put individual code in the image click event but it’s not doable.
Now the images are not showing and I get some text that shows next to the image. Here’s the text.
" id="_ctl1_ProductsList1_list__ctl0_IMG1" vspace="10" border="0" />
Can someone help me to put code in the click event of each separate image even though the image is in a DataList control?
Thanks,
InsideEdge
Now the images are not showing and I get some text that shows next to the image. Here’s the text.
" id="_ctl1_ProductsList1_list__ctl0_IMG1" vspace="10" border="0" />
Can someone help me to put code in the click event of each separate image even though the image is in a DataList control?
Thanks,
InsideEdge