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. Autocomplete Textbox through listbox value in .net 2.0

Autocomplete Textbox through listbox value in .net 2.0

Scheduled Pinned Locked Moved ASP.NET
csharp
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.
  • K Offline
    K Offline
    kandalu
    wrote on last edited by
    #1

    Hi, I want to autocomplete the textbox value according to the listbox items in .net 2.0. Please give me an idea to implement this. Thanks.

    E H 2 Replies Last reply
    0
    • K kandalu

      Hi, I want to autocomplete the textbox value according to the listbox items in .net 2.0. Please give me an idea to implement this. Thanks.

      E Offline
      E Offline
      eyeseetee
      wrote on last edited by
      #2

      Do you mean you want somone to click on the listbox and then the value from the listbox appears in the textbox? If so this is fairly simple as you just set the listbox to AutoPostBack = True and on the Postback take the selected value and put it in the textbox.

      Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"

      1 Reply Last reply
      0
      • K kandalu

        Hi, I want to autocomplete the textbox value according to the listbox items in .net 2.0. Please give me an idea to implement this. Thanks.

        H Offline
        H Offline
        Hesham Amin
        wrote on last edited by
        #3

        You should check ASP.NET AJAX Autocomplete extender[^]

        Hesham A. Amin My blog

        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