Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to create pagination for datagridview

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #204982
    mkdesign82
    Participant

    Hello .
    i have problem using $_GET method , I have 3 links which show the number of rows in a page [5,10,15] and 2 other links which show next and prev pages .

    i use this links as below
    [code]
    5

    10

    15
    [/code]
    to show row per each page;

    and this links

    “>next
    “>prev

    show next and prev pages.

    prev_paged and next_paged variable has been calculated before i didn’t realize it in the code .

    but when i select the second links that’s mean row_per_page=10 and then click the next page , row_per_page value disappear and instead of it the paged=2 will show out and the inverse will happen too .

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.