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. General Programming
  3. C#
  4. combobox filternation using c#

combobox filternation using c#

Scheduled Pinned Locked Moved C#
csharpquestion
3 Posts 3 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.
  • S Offline
    S Offline
    sudhir behera
    wrote on last edited by
    #1

    hi,i have dynamically bind my table to a combobox.during runtime when i am typing any name in combox field it is unable to search.i have to select from drop down list.if combobox contain 2-3records easy if it contains more than 100 then how can i filter a particular name.plz give some idea.

    L H 2 Replies Last reply
    0
    • S sudhir behera

      hi,i have dynamically bind my table to a combobox.during runtime when i am typing any name in combox field it is unable to search.i have to select from drop down list.if combobox contain 2-3records easy if it contains more than 100 then how can i filter a particular name.plz give some idea.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Hello Sudhir, By default it is not available. You can use that feature by using a Text box and a list box. and Create your own combo box. and listbox have the fality to short and select index .

      If you can think then I Can.

      1 Reply Last reply
      0
      • S sudhir behera

        hi,i have dynamically bind my table to a combobox.during runtime when i am typing any name in combox field it is unable to search.i have to select from drop down list.if combobox contain 2-3records easy if it contains more than 100 then how can i filter a particular name.plz give some idea.

        H Offline
        H Offline
        Hum Dum
        wrote on last edited by
        #3

        set the AutoCompleteMode property to SuggestAppend, of combobox. when you type a letter in combobox it will give you a list of items presents with that letter.

        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