I have a repeater to list all products which contains pictures for each product
if I click product A which has 3 pictures, clicked the last pic, it shows properly
then I click product B which has 1 pictures, the page throws out error: index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
I believe the issue is on Proudct B, RadImageGallery still tries to show the third pic, and couldn't find it.