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 1,00,000 record in asp.net

display 1,00,000 record in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorialquestion
7 Posts 6 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 to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

    N J A J C 5 Replies Last reply
    0
    • J Jagwinder Walia

      hi all i have to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

      N Offline
      N Offline
      N Surendra Prasad
      wrote on last edited by
      #2

      This can be done in different ways, it depends on how you get the source data. 1) If you can get the source data in XML format, then you can design an XSL and present the XML as such. 2) You can frame html with the source data and render the html to the page. 3) you can use Gridview or datagrid without pagination (but this will be slow). The best method is the first one.

      N.Surendra Prasad

      1 Reply Last reply
      0
      • J Jagwinder Walia

        hi all i have to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

        J Offline
        J Offline
        J4amieC
        wrote on last edited by
        #3

        Im not sure if the number you meant to type was one million or one hundred thousand, but either way if somebody wants you to display that many records on a single page then they are idiots. Firstly this is slow as hell, secondly no user wants nor needs that number of records in one go. ever.

        1 Reply Last reply
        0
        • J Jagwinder Walia

          hi all i have to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

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

          its not recomondate to display this amount of data in web page, it will be very slow responsive page. Better use some filter criteria by which you can at least reduce records.

          cheers, Abhijit

          1 Reply Last reply
          0
          • J Jagwinder Walia

            hi all i have to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

            J Offline
            J Offline
            Jagwinder Walia
            wrote on last edited by
            #5

            cant we use crystal report for this??

            A 1 Reply Last reply
            0
            • J Jagwinder Walia

              cant we use crystal report for this??

              A Offline
              A Offline
              AhsanS
              wrote on last edited by
              #6

              You can use any of the methods mentioned by one of the members in an earlier post. But the problem is it won't be efficient or feasible.

              Ahsan Ullah Senior Software Engineer

              1 Reply Last reply
              0
              • J Jagwinder Walia

                hi all i have to display huge data around 1,00,000 records. My client requirement is not to use paging. so i have to display this data in one time. i dont how to display this. cud we use crystal report for this???

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

                The big problem with outsourcing is that the coders just blindly do what the client asks and never have the guts, or the knowledge, to tell the client that what they want is idiotic and technically not viable. What the client wants is idiotic and technically not viable. Pages will time out before they send that much data, and users will never want to navigate it. They could export the data via a file download, and view it in Excel or something, but not in the page.

                Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

                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