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. Instantely Generate DataGridView Results from TextBox

Instantely Generate DataGridView Results from TextBox

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
3 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.
  • S Offline
    S Offline
    sjmclean
    wrote on last edited by
    #1

    Hi, I have generated a Data GridView and would like to populate it dynamically according to what I type into a textbox, but not after I press a Submit button or so, it must start generating instantely. Example, as soon as I type "S", the DataGridView will display all the results which begin with an S. As soon as I add "t" in the textbox (it will now have "St"), the DataGridView will just show results begining with "St". Anyone got a good tutorial for it pls?

    A 1 Reply Last reply
    0
    • S sjmclean

      Hi, I have generated a Data GridView and would like to populate it dynamically according to what I type into a textbox, but not after I press a Submit button or so, it must start generating instantely. Example, as soon as I type "S", the DataGridView will display all the results which begin with an S. As soon as I add "t" in the textbox (it will now have "St"), the DataGridView will just show results begining with "St". Anyone got a good tutorial for it pls?

      A Offline
      A Offline
      AlexeiXX3
      wrote on last edited by
      #2

      You can do that with javascript Also, take a look at the ajaxtoolkit controls (AutoCompleteExtender) AutoCompleteExtender[^]

      Alexei Rodriguez

      S 1 Reply Last reply
      0
      • A AlexeiXX3

        You can do that with javascript Also, take a look at the ajaxtoolkit controls (AutoCompleteExtender) AutoCompleteExtender[^]

        Alexei Rodriguez

        S Offline
        S Offline
        sjmclean
        wrote on last edited by
        #3

        I don't need the auto-suggest per se. I just need to solve that specific problem. It would be better if you could illustrate me with a C# tutorial which I could follow. Thanks

        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