How can i apply paging to a dataset? I have a method in wich i dynamically build a table from a dataset. Querying the database from wich i get my dataset from is not an issue but iterating the datarows from the dataset is slow.
To increase performance when loading a page containing a lot of datarows i wanna apply paging ability.
A feature that would be good to have is ability for the user to set pagesize (how many rows to display on each page).