You are using dsUpcour stored procedure to bind the Values to the Grid.For each page,you might be fetching only the set of records from the database.Like if you showing 10 records per page,you might have written to fetch 1(start) to 10(end) records for first page and for second page 11 to 20.. I was asking you to check whether you have manipulated correctly for start and end.
|