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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Paging without gridview

Paging without gridview

Scheduled Pinned Locked Moved ASP.NET
help
4 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.
  • M Offline
    M Offline
    mukesh mr03
    wrote on last edited by
    #1

    hi in my propject i want to show some data without gridview control. also i want to include paging in it. is there any third party controls for it. please help me to do it. thanks in advance

    C S 2 Replies Last reply
    0
    • M mukesh mr03

      hi in my propject i want to show some data without gridview control. also i want to include paging in it. is there any third party controls for it. please help me to do it. thanks in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Yes, there are third party controls. Or, you could write your own. An obvious way is to write a proc that returns one page at a time, and put the page number on the URL.

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      M 1 Reply Last reply
      0
      • M mukesh mr03

        hi in my propject i want to show some data without gridview control. also i want to include paging in it. is there any third party controls for it. please help me to do it. thanks in advance

        S Offline
        S Offline
        Sandeep Akhare
        wrote on last edited by
        #3

        Yes you can creat a custom control for it. I think it is better option instead of using 3 party tool You can have all the functionality that you required as you(custom control) would be responsible rendering the page.

        Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "

        1 Reply Last reply
        0
        • C Christian Graus

          Yes, there are third party controls. Or, you could write your own. An obvious way is to write a proc that returns one page at a time, and put the page number on the URL.

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          M Offline
          M Offline
          mukesh mr03
          wrote on last edited by
          #4

          i have created one. but it shows some difficulties in paging. if there is 40 pages in that i want to show first 10 indexes in the paging. and when the user clicks on 10, i want to show from 10 to 15. how can i do it.

          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