May 11, 2012

Paging Algorithm

Paging Algorithm
int topage = maxRecords * currentPage;
int offset = topage - (maxRecords);

No comments: