Search results for query: *

  1. R

    Datatable and Icomparer

    Thanks! I actually managed to sort it already with the Icomparer on the ListView control by date and insert certain values after that. Thanks a bunch as I get more insight with the DataTable and DataView.
  2. R

    Datatable and Icomparer

    Is there a way to pass in rows of records into the Icomparer to sort them based on dates? I manage to sort usingIicomparer with a ListView but it doesn't work fully well. The problem is here: 1) There are 2 datasets with corresponding DataTable. 2) I add them both up as 1 dataset 3) I bind...
Back
Top