I want to sort a Generic List in Ascending Date order. (Framework v2)
Any suggestions?
Use List.Sort(), and just make sure you have an appropriate comparer.
List.Sort()