WHy does it show 1 record per page instead of 10?

Discussion in 'C#' started by gilgalbiblewheel, Apr 26, 2005.

  1. #1
    http://k.domaindlx.com/gemetria/kjvresp5.asp?page=1&chapter=yes&number=5&recordType=da&text_data=yes&optAction=on
    Each page is skipping 20 records. First page shows id # 21944 and page 2 shows 21964.

    The next page ( 3rd ) shows:
    This is the SQL:
     
    gilgalbiblewheel, Apr 26, 2005 IP
  2. iShopHQ

    iShopHQ Peon

    Messages:
    644
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it seems to me that there are only 2 records that match your query. when you go to page 3, there's no record there and you get the error.

    look into how you are doing your dynamic links and recordset paging
     
    iShopHQ, Apr 27, 2005 IP