How can I get specific number of records from nhibernate like 10 or 15 at a time instead of all records. I actually got the answer using criteria.setmaxresults(). But my question is how can I get first 10 records, then next 10 records and then.... next 10.......
that's what I was thinking as well...... thnx
alice7
2009-05-20 18:39:07