Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 VB.NET 2010 和 SQL 2008 r2。我创建了一个网格和一个组合框。例如,当我在组合框中键入“abc”时,网格应仅显示以“abc”开头的记录,组合框的作用也相同。
我怎样才能做到这一点?
先感谢您,
哈姆迪·穆萨
对于组合框,有自动完成属性。我建议调查一下。