Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Footer Pager in Custom paging

Footer Pager in Custom paging

Scheduled Pinned Locked Moved ASP.NET
csharpquestiondatabasevisual-studiotutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cocoonwls
    wrote on last edited by
    #1

    Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls

    A C 2 Replies Last reply
    0
    • C cocoonwls

      Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      cocoonwls wrote:

      I am curios that how can i do the footer pagination like what the default paging do?

      Are you talking about Gridview paging or what ? If you want to gridview paging you just need to set AllowPaging =true and need to handle the event.

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      C 1 Reply Last reply
      0
      • C cocoonwls

        Dear all, I am using VS c# 2005 with .NET 2.0 and MS SQL SVR 2005. I am using ROW_NUMBER() to do the custom paging in gridview control.I am curios that how can i do the footer pagination like what the default paging do? Example , show the numbering and "..." at the bottom of gridview. any tips and suggestion are welcome. thanks in advance regards cocoonwls

        C Offline
        C Offline
        carlecomm
        wrote on last edited by
        #3

        Hi, You can create a footer pagination by yourself, and bind the gridview row number to it. The footer pagination can be whatever you like.

        C 1 Reply Last reply
        0
        • A Abhijit Jana

          cocoonwls wrote:

          I am curios that how can i do the footer pagination like what the default paging do?

          Are you talking about Gridview paging or what ? If you want to gridview paging you just need to set AllowPaging =true and need to handle the event.

          Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

          C Offline
          C Offline
          cocoonwls
          wrote on last edited by
          #4

          Hi Abhijit, Sorry for late reply. No, currently i am doing custom paging in gridview (like this article http://aspnet.4guysfromrolla.com/articles/031506-1.aspx[^])instead of using the default gridview paging. regards cocoonwls

          1 Reply Last reply
          0
          • C carlecomm

            Hi, You can create a footer pagination by yourself, and bind the gridview row number to it. The footer pagination can be whatever you like.

            C Offline
            C Offline
            cocoonwls
            wrote on last edited by
            #5

            Hi Carle, Thanks of your suggestion. I will look at it :) And ,actually what i looking for is the same as what codeproject done in the bottom of table.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups