I have a datatable that has a date column, but I'm at a dead end how to sort it by this column. Any suggestions?
DataView view = DataTable.DefaultView; view.Sort = "DateColumn";