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 with multiple values in ASP.NET

Autocomplete with multiple values in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
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.
  • V Offline
    V Offline
    VisualLive
    wrote on last edited by
    #1

    Hi All, i would like to do (ASP.NET-AJAX with C# )an autocomplete search textbox(like Google search) that give the user to choose more than one value to research in DataGrid as follows : 1 | 2 | 3 Rome,Paris,New York when the user insert the first value can have also the possibilities to insert the second value value and so on ... then the datagrid can show all result requested and preferably i should do it in C# . DO you have any idea how i can do it?? Thanks so much for your attention Cheers :)

    S 1 Reply Last reply
    0
    • V VisualLive

      Hi All, i would like to do (ASP.NET-AJAX with C# )an autocomplete search textbox(like Google search) that give the user to choose more than one value to research in DataGrid as follows : 1 | 2 | 3 Rome,Paris,New York when the user insert the first value can have also the possibilities to insert the second value value and so on ... then the datagrid can show all result requested and preferably i should do it in C# . DO you have any idea how i can do it?? Thanks so much for your attention Cheers :)

      S Offline
      S Offline
      Sandeep Mewara
      wrote on last edited by
      #2

      You can use this control(Multiselect Dropdown for Web Applications[^]) coupled with AJAX calls to make it as an autocomplete list. Based on the text entered, filter the datasource of the checkboxlist and once the values are selected, use the selected values as a folter for your grid. Try!

      Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

      V 1 Reply Last reply
      0
      • S Sandeep Mewara

        You can use this control(Multiselect Dropdown for Web Applications[^]) coupled with AJAX calls to make it as an autocomplete list. Based on the text entered, filter the datasource of the checkboxlist and once the values are selected, use the selected values as a folter for your grid. Try!

        Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

        V Offline
        V Offline
        VisualLive
        wrote on last edited by
        #3

        Thanks Sandeep, it is a good example but i can not filter the checklist box meantime i am inserting the value in the textbox...anyway i am trying to repair this error if you have any suggestion i will be so gratefel. Thanks a lot. :) Cheers

        S 1 Reply Last reply
        0
        • V VisualLive

          Thanks Sandeep, it is a good example but i can not filter the checklist box meantime i am inserting the value in the textbox...anyway i am trying to repair this error if you have any suggestion i will be so gratefel. Thanks a lot. :) Cheers

          S Offline
          S Offline
          Sandeep Mewara
          wrote on last edited by
          #4

          What error? You have to further customize what I have shared as per your need.

          Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

          V 1 Reply Last reply
          0
          • S Sandeep Mewara

            What error? You have to further customize what I have shared as per your need.

            Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

            V Offline
            V Offline
            VisualLive
            wrote on last edited by
            #5

            hi, not error in the project on codeproject but in my project that meantime i insert the value in the textbox i want the checkboxlist work likes the Autocomplete but it doesn't that so ai m trying to complete this issue. Thanks so much for your help . :)

            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