Code to get image file name in table on Mouse Click

Thanks Dor for the tip. Your pointing me in the right direction for sure. I can get an image “src” from a Mouseclick event when I click in an Image Element. But when I click on a Table with an Image inside I cant get the image “src” for that element, even when I select “Clicking Selects Cells”. It appears that I could use a repeater instead of a table to display my images and data however a repeater is not like a table and will not work for my application (I want access to all 700 paintings and a repeater would make a LONG page. So I need to use a table. Do you have any additional things I can try top capture an image scr from a table with text fields and images on each row?