ASP.NET version of "Guestbook (Newest Items First)"
This sample is very much like our original ASP.NET Guestbook sample
except that it places the new entries at the top instead of at the bottom.
I know it doesn't sound like much, but you'd be amazed at how many requests
I get for this simple variation.
The file format actually remains unchanged... the only difference is in the code that actually
displays the entries. In order to illustrate the change in order, this version also displays
the time and date information along with each entry.
Here's a zip file of the code (4.8 KB). I've also included
the XML and XSD files the script uses as well as the original version of the Guestbook (guestbook.aspx) for comparison.