By Sam MacDonald on
2/8/2008 1:15 PM
While working on one of my modules I had a request to be able to sort the items in my DataList alphabetically. This seemed to be a trivial thing as far as I was concerned so off I went. I was using a DataTable to bind to the DataList control for viewing the links I was building. So with a quick search on Google I came up with some sample code to give me the basics of what I wanted to accomplish. So in the following I will present both a C# and VB version of the code for anyone to use in their applications.
...