Autocomplete textbox freezes while executing query. Must be a better way!
问题 everyone! I searched the best I could and did not find exactly the help I was looking for. Problem AutoCompleteTextbox FREEZES and "eats" characters while query is performed Asking for Mimic Google Instant functionality Background First things first: C#, WPF, .NET 4.0 Ok, now that's out of the way, I'm trying to find the best way to implement a dynamic AutoComplete Textbox, which queries a database for results after each letter typed. The following code gets executed when the