Hi Every one,
I have a Table which has.
Id , Name, Email
I have to fetch 10 records every time, and have links to previous/next on all the page, and the sorting is done
not on Id but on Name/Email field.
I get my 1st 10 records by sorting on Name,
How do I get the next 10 records.
I can...