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. display 5000 records in datagrid

display 5000 records in datagrid

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.
  • J Offline
    J Offline
    Jagwinder Walia
    wrote on last edited by
    #1

    hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions

    Er. Jagwinder Singh

    P A 2 Replies Last reply
    0
    • J Jagwinder Walia

      hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions

      Er. Jagwinder Singh

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      Jagwinder Walia wrote:

      when i press next button the next 5000 records not loaded may be because of large data..

      Is it really necessary to show that many records at once? You should really consider redesigning the paging so the user isn't overwhelmed with so much at one time. Something like 50-100 records per page.

      "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

      1 Reply Last reply
      0
      • J Jagwinder Walia

        hi all i have near about 1,00,000 records to display I am using datagrid to display this record with custom paging. I am displaying 5000 records at one time. Now my problem is when page loads the records displayed but when i press next button the next 5000 records not loaded may be because of large data.. but i cannot decrease the number of records could anyone tell me anyother solutions

        Er. Jagwinder Singh

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

        First All , with in few day there are more than 10 same question post in CP , that they need show huge amount of data in there wep pages . This is not and never be the right /Correct Approch to do this thing. First of All Ask yourself or your client is it realy necessary to display that amount of data . if yes then Why ??? if your client ask you to do that way try to make them understand that this could be hugh performance overhead of there application and this is not a best apporch. Please Try to use Filter and Show as minimum as possible ! That will incress Performance of your application. Hope you got my point !!!!

        cheers, Abhijit Check My Latest Article

        P 1 Reply Last reply
        0
        • A Abhijit Jana

          First All , with in few day there are more than 10 same question post in CP , that they need show huge amount of data in there wep pages . This is not and never be the right /Correct Approch to do this thing. First of All Ask yourself or your client is it realy necessary to display that amount of data . if yes then Why ??? if your client ask you to do that way try to make them understand that this could be hugh performance overhead of there application and this is not a best apporch. Please Try to use Filter and Show as minimum as possible ! That will incress Performance of your application. Hope you got my point !!!!

          cheers, Abhijit Check My Latest Article

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Abhijit Jana wrote:

          Try to use Filter and Show as minimum as possible ! That will incress Performance of your application.

          Excellent point. I forgot to mention that :-O

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

          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