Quicksort the DataList on the specified columns
The column index or name of the first column to sort
True to sort ascending, False to sort descending
A list of pairs of column index or name and True/False values, indicating sort settings for additional columns
lst.Sort "CategoryID", True, "ProductName", False