C# Tutorial 85: Textbox autocomplete with Database Values




how to set database as the source of auto-complete in C# How to set autocomplete feature from database mysql c# – set autocomplete in a textbox mysql sql …

Original source


23 responses to “C# Tutorial 85: Textbox autocomplete with Database Values”

  1. This video is very helpful, thanks so much.
    But… one question! If I want to autocomplete also by inputing characters contained in the middle of the strings inside the coll? For example, inputing "ohn" it should autocomplete showing "john", inputing "ill" it should autocomplete showing "jill" and "bill". I tried many way but I'm a newbie and I didn't succeed. 🙁

  2. Just some thoughts here. You make good videos, but you take too long to pass the point over. For the 20 minutes that this video's length is, you could have made is as short as under 5 minutes. As developers we all go back to videos we saw something work whenever we need clarification and we know upfront that we should pause whenever its too fast.
      This video helped me a lot to be honest, but I had to forward more than half of it because you stuck someplace for too long. 
      Am not against you, I just think there is a lot of room for improvements in your video presentation.

    Thanks all the same.

  3. good job sir, thanks for your sharing. But am wondering to know if we can make DataGridView text cell filled automatically also??? i know i can use ComboBox. but i really need to do that with text cell in my project. 

  4. Can you upload a video with the same Textbox search property,but with EF / LINQ? I understand the mechanism of it,but I don't know which command I should use instead of DataView for example….

  5. dude you are a life saver, your video have helped me a lot with my project for university, dint have any previous programming knowledge before getting into university. i was just good at repairing  PC but  after watching yours tutorial i have come to understand  most of it. i still have issue with the code but the logic is there, heck even my teacher asked wtf i was watching that i  learning so fast xD.

    thx once again for this tutorials.

Leave a Reply