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. dropdownlist proble

dropdownlist proble

Scheduled Pinned Locked Moved ASP.NET
5 Posts 2 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
    indian22
    wrote on last edited by
    #1

    How to increase the speed of dropdownlist selected index change event while more than 10000 records in the database? I have five dropdownlist in a single page,values for that dropdownlist binded from the database when another dropdownlist selected index change event,it takes more time. Plz help me

    A 1 Reply Last reply
    0
    • I indian22

      How to increase the speed of dropdownlist selected index change event while more than 10000 records in the database? I have five dropdownlist in a single page,values for that dropdownlist binded from the database when another dropdownlist selected index change event,it takes more time. Plz help me

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

      indian22 wrote:

      How to increase the speed of dropdownlist selected index change event while more than 10000 records in the database?

      What is the reason behind showing 10,000 records in Dropdown list? Use some filter criteria to minimize the number of records. You can also use data caching to read data from cache rather than hitting the database every selected index change.

      cheers, Abhijit CodeProject MVP

      I 1 Reply Last reply
      0
      • A Abhijit Jana

        indian22 wrote:

        How to increase the speed of dropdownlist selected index change event while more than 10000 records in the database?

        What is the reason behind showing 10,000 records in Dropdown list? Use some filter criteria to minimize the number of records. You can also use data caching to read data from cache rather than hitting the database every selected index change.

        cheers, Abhijit CodeProject MVP

        I Offline
        I Offline
        indian22
        wrote on last edited by
        #3

        I am begginer,I don't know about data caching,will you plz send me any link to populate me in right direction Thank you

        A 1 Reply Last reply
        0
        • I indian22

          I am begginer,I don't know about data caching,will you plz send me any link to populate me in right direction Thank you

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

          indian22 wrote:

          I don't know about data caching,will you plz send me any link to populate me in right direction

          Ya that I can do for you. But my question was why you are loading 10000 records in dropdownlist? Data Caching in ASP.Net

          cheers, Abhijit CodeProject MVP

          I 1 Reply Last reply
          0
          • A Abhijit Jana

            indian22 wrote:

            I don't know about data caching,will you plz send me any link to populate me in right direction

            Ya that I can do for you. But my question was why you are loading 10000 records in dropdownlist? Data Caching in ASP.Net

            cheers, Abhijit CodeProject MVP

            I Offline
            I Offline
            indian22
            wrote on last edited by
            #5

            I have binded customer name in that dropdownlist from customer table,my customer table contain more than 5000 records

            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