Selecting the Top n Rows in a DataTable
[ Team LiB ] Recipe 3.10 Selecting the Top n Rows in a DataTable Problem You want to create a grid that shows the t op five rows in a DataTable, based on the values in one of the columns. Solution Use an appropriate sort order with a DataView filter.