I have a datagridview that looks like this:
┌───────────┬───────────┐
│ ID │ Name │
├───────────┼───────────┤
│ 1 │ Jack │
│ 2 │ Carl │
│ 3 │ Daniel │
│ 4 │ Abby │
│ .. │ │
│ 10000 │ │
└───────────┴───────────┘
With a column ID and Name the ID column has more than 10.000 ID's in it how can I do it that if I click on a button a messagebox will pop up but with only the first 999 ID's and if I go and click ok it will show me the next 999 ID's till it's finished?