I am so rusty and looking for assistance. I have loaded a few image files into a folder on my web server (So, uploaded them). I now want to simply display them, one underneath each other on as aspx page. So, I want to iterate through all image files in a folder, and display them on a page.
The easiest way would be a table, and then add a tr/td for each file.
Can someone advise? Would this be best? An event in my cs file that reads the folder, created as and populate it?
This is purely for a test page, and not for production.
ASPX:
Code-behind:
Add whatever extensions you need !
Source
Hope this helps !