This week we're back with an ASP.NET version of our Photo Gallery sample.
Instead of the arrays we used in the classic ASP version, this version uses
a sorted list data structure and then databinds to a DataList in
order to display the photos.
The photo information is still hard coded into the script in this version,
but I've already
received a number of requests for it so I'll try to get a version that pulls the
photo info from an external source (database or XML file) published soon.