Using ASP.NET 2.0, Ajax
I have a page with a GridView within an UpdatePanel. The GridView has custom paging so I've used the UpdatePanel to do the Asynch postback to get the updated data when the user pages through the grid.
One of the columns in the GridView contains an image (with ID="imgReport") and I would like to force a Post Back when the user clicks on the image. I've done this successfully with controls that are not within a grid (so I understand setting up the triggers on the update panel), my question is specifically on referencing the image within the grid as it repeats for each row.
Thanks,
Start Free Trial