As I mentioned in our original Database Sort ASP.NET sample,
this code doesn't really take advantage of all the bells and whistles of the DataGrid, but
it does provide a quick and easy way to handle sorting. This version
doesn't have the (+/-) sorting links that the old one did. Instead, you simply click on a field header
to sort by that field. Once the table is sorted by a field, simply click the header again to
reverse the order.
I used the less obnoxious arrows this time around. I've included the images files for both the
ones I used and the the traditional obnoxious red ones in the zip file so you use whichever you prefer.