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.
我有一个表适配器,它根据表 id 查询数据库。我想在文本框中显示的查询结果。怎么能做到这一点?请帮忙。
基本上遍历表格的行,然后选择要分配给文本框的每一行的单个单元格。
一个更简单的显示数据的方法是通过DataGridView,它可以绑定到表格并自动显示数据。