Improve Barcode search in a Textbox C#

前端 未结 5 1075
死守一世寂寞
死守一世寂寞 2021-01-23 21:27

In a WinForm C# application I have a Barcode_textbox. In TextChanged event I have an SQL query to check for the TextBox.Text value in the database which is the barc

5条回答
  •  轮回少年
    2021-01-23 22:05

    What about doing the query async?

    If you can't or want an easy dirty solution, then I would just stick to the timer

提交回复
热议问题