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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Autofill Dropdownlist

Autofill Dropdownlist

Scheduled Pinned Locked Moved C#
csharphelptutorial
2 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.
  • G Offline
    G Offline
    greglh
    wrote on last edited by
    #1

    I am trying to find code to autofill a dropdownlist as the user types in a Web Form (not a Windows Form) using C#. For example if the user types b the first word in the list that starts with b will come up. When the user types the next letter like r the first word that starts with br will show up. Right now the way it works is when the user types the r it goes to the first word that starts with r losing the b. Thanks for any help on this.

    M 1 Reply Last reply
    0
    • G greglh

      I am trying to find code to autofill a dropdownlist as the user types in a Web Form (not a Windows Form) using C#. For example if the user types b the first word in the list that starts with b will come up. When the user types the next letter like r the first word that starts with br will show up. Right now the way it works is when the user types the r it goes to the first word that starts with r losing the b. Thanks for any help on this.

      M Offline
      M Offline
      MyThread
      wrote on last edited by
      #2

      I found something in VB.Net. You may get some clues from it. http://www.dotnetjohn.com/articles/articleid132.aspx

      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