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. Urgent Advice needed - What do I need to set for fastest page and data grid load??

Urgent Advice needed - What do I need to set for fastest page and data grid load??

Scheduled Pinned Locked Moved ASP.NET
cssdatabaseperformancehelpquestion
4 Posts 4 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.
  • I Offline
    I Offline
    IrishSonic
    wrote on last edited by
    #1

    Hiya I have a web form that contains a number of data grids. The grids display about 600 hundred database records each. The grids contain Select,Update and Delete buttons. The data is retrieved using DataSets and DataTables. My problem is that the grids load the records VERY VERY SLOWLY!! Sometimes over 1 minute!! What properties can I set on the web form and the data grids to make them display the fastest speed possible??? Thanks

    R M A 3 Replies Last reply
    0
    • I IrishSonic

      Hiya I have a web form that contains a number of data grids. The grids display about 600 hundred database records each. The grids contain Select,Update and Delete buttons. The data is retrieved using DataSets and DataTables. My problem is that the grids load the records VERY VERY SLOWLY!! Sometimes over 1 minute!! What properties can I set on the web form and the data grids to make them display the fastest speed possible??? Thanks

      R Offline
      R Offline
      Rocky Moore
      wrote on last edited by
      #2

      There could be a number of things.. The first could be the obvious, 600 records each on "a number" of data grids on one form.. This could be churning out a lot of data. Also, it may be copying all that in ViewState which takes even more bandwidth. In addition, forms in the browser are slow already. Do you have more details? Rocky <>< www.HintsAndTips.com www.MyQuickPoll.com www.GotTheAnswerToSpam.com

      1 Reply Last reply
      0
      • I IrishSonic

        Hiya I have a web form that contains a number of data grids. The grids display about 600 hundred database records each. The grids contain Select,Update and Delete buttons. The data is retrieved using DataSets and DataTables. My problem is that the grids load the records VERY VERY SLOWLY!! Sometimes over 1 minute!! What properties can I set on the web form and the data grids to make them display the fastest speed possible??? Thanks

        M Offline
        M Offline
        Murugavel S
        wrote on last edited by
        #3

        Write an sp to return multiple recordsets-> this avoids multiple roundtrips asp.net page to database(if you have followed this way). Try to filter the records returned as much as possible or limit the no of records to be displayed.

        1 Reply Last reply
        0
        • I IrishSonic

          Hiya I have a web form that contains a number of data grids. The grids display about 600 hundred database records each. The grids contain Select,Update and Delete buttons. The data is retrieved using DataSets and DataTables. My problem is that the grids load the records VERY VERY SLOWLY!! Sometimes over 1 minute!! What properties can I set on the web form and the data grids to make them display the fastest speed possible??? Thanks

          A Offline
          A Offline
          Alexandru Savescu
          wrote on last edited by
          #4

          Use multiple pages and display only, let's say, 10 records at one time.... Regards, Alexandru Savescu

          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