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. how to create auto complete text box in ASP

how to create auto complete text box in ASP

Scheduled Pinned Locked Moved ASP.NET
tutorial
6 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.
  • T Offline
    T Offline
    Tech_spidy
    wrote on last edited by
    #1

    hi, how to create an auto complete text in ASP. if possible, provide me sample code. regards :|

    Tech_spidy

    S B 2 Replies Last reply
    0
    • T Tech_spidy

      hi, how to create an auto complete text in ASP. if possible, provide me sample code. regards :|

      Tech_spidy

      S Offline
      S Offline
      Sam Heller
      wrote on last edited by
      #2

      What exactly do you mean by auto complete? Where will the auto data come from?

      T 1 Reply Last reply
      0
      • T Tech_spidy

        hi, how to create an auto complete text in ASP. if possible, provide me sample code. regards :|

        Tech_spidy

        B Offline
        B Offline
        badgrs
        wrote on last edited by
        #3

        ASP.NET Ajax Extensions plus AjaxControlToolkit http://ajax.asp.net

        1 Reply Last reply
        0
        • S Sam Heller

          What exactly do you mean by auto complete? Where will the auto data come from?

          T Offline
          T Offline
          Tech_spidy
          wrote on last edited by
          #4

          hi Sam Heller, auto complete textbox in the sense, in mobile when we are typing 'A' it will start showing the names coming under 'A',like that to do in ASP. may be set of data we can store and retrive from db :|

          Tech_spidy

          S 1 Reply Last reply
          0
          • T Tech_spidy

            hi Sam Heller, auto complete textbox in the sense, in mobile when we are typing 'A' it will start showing the names coming under 'A',like that to do in ASP. may be set of data we can store and retrive from db :|

            Tech_spidy

            S Offline
            S Offline
            Sam Heller
            wrote on last edited by
            #5

            Oh i see what you mean. You need to use Javascript, in particular the onkeyup function i think it's called. Then perform some sort of data retrieval upon what was typed in and show it in a positioned div below the the textbox. That's the rough idea anyway. If your using ASP.NET you could always just use the new autocomplete Atlas feature which you can get in the Toolkit

            T 1 Reply Last reply
            0
            • S Sam Heller

              Oh i see what you mean. You need to use Javascript, in particular the onkeyup function i think it's called. Then perform some sort of data retrieval upon what was typed in and show it in a positioned div below the the textbox. That's the rough idea anyway. If your using ASP.NET you could always just use the new autocomplete Atlas feature which you can get in the Toolkit

              T Offline
              T Offline
              Tech_spidy
              wrote on last edited by
              #6

              thanks for ur hint Sam Heller

              Tech_spidy

              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