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. Performance of webpage

Performance of webpage

Scheduled Pinned Locked Moved ASP.NET
performance
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.
  • F Offline
    F Offline
    farogh haider
    wrote on last edited by
    #1

    Hi, I use a gridview with checkbox & emailid for sending newsletter, which bind with sqlserver 2000 table, that contains more than 2000 records, so when page load it takes so much time. Please send me better solution for sending newsletter.

    B S X 3 Replies Last reply
    0
    • F farogh haider

      Hi, I use a gridview with checkbox & emailid for sending newsletter, which bind with sqlserver 2000 table, that contains more than 2000 records, so when page load it takes so much time. Please send me better solution for sending newsletter.

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      It's better if you load the database in the Cache when application starts and then use the cached database.It'll help in better performance

      Cheers!! Brij Check My Latest Article

      1 Reply Last reply
      0
      • F farogh haider

        Hi, I use a gridview with checkbox & emailid for sending newsletter, which bind with sqlserver 2000 table, that contains more than 2000 records, so when page load it takes so much time. Please send me better solution for sending newsletter.

        S Offline
        S Offline
        Satish32
        wrote on last edited by
        #3

        I believe you are using paging feature for displaying 2000 rows in grid view. Transfer 2000 rows across the network will take long time and application becomes very slow. Instead of that you can write a stored procedure, which will fetch only those rows which are supposed to display on a particular page ( suppose if page size is 20 and User clicks on 3rd page your stored procedure should fetch the rows from 41 to 60 records) you can find variety of stored procedures on the net for doing this, just Google.

        Satish

        1 Reply Last reply
        0
        • F farogh haider

          Hi, I use a gridview with checkbox & emailid for sending newsletter, which bind with sqlserver 2000 table, that contains more than 2000 records, so when page load it takes so much time. Please send me better solution for sending newsletter.

          X Offline
          X Offline
          Xmen Real
          wrote on last edited by
          #4

          bind with SqlDataSource, much faster than doing things manually

          TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L %^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2 W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN% Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia> -------------------------------------------------------- 128 bit encrypted signature, crack if you can

          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