Hi Caleb,
The problem is that the paging functionality for the Repeater control is not intuitive, it needs to be coded and as it stands the Stored Procedure does not handle this.
The Params are hard coded right now, so basically it will always return 10 items and it will also drop 1 from page 2 or 3 etc..etc.
I am looking at this now that I have tested and recreated the problem.
But let's just say that I think the answer is to move away from a stored procedure and create a dataset, when you are doing paging with a repeater the main concern is the Start Key for the Page so when your sql executes you will get the proper results.
It is something to think about for a little while.
AngeloA