I'm currently trying to figure out a way to display a dynamic number of icons on a page. I have a String array with my image urls.
The way the page is set up currently is that a few different attributes are set up through a repeater (name, title etc.) and I would like to add a dynamic number of images to each of these sections.
For example, row 1 may have 3 images where as row 2 may have 1.
Could anyone recommend a method to do this? I looked into picturebox but I apparently don't have the correct header files for that on this system.
Thanks!
Edit:
Ive actually got the header files for Picturebox working (I think) so if anyone has a good solution for using that that would also be appreciated!