刷新设计器中设置的 DataGridView
我看到这个问题被问了一百万次,但没有一个答案看起来是正确的。我希望有人能帮助我。
我有一个 DataGridView
,其中包含 TableAdapter
、BindingSource
和 DataSet
对象,所有这些对象都是由设计器创建的。
我想做的只是从数据库中重新加载数据,因为我通过另一种方式更改了它,但我找不到任何解决方案。
I saw this question asked a million times and none of the answers looked right. I hope someone can help me.
I have a DataGridView
with a TableAdapter
, BindingSource
and DataSet
objects all created from the designer.
All I want to do is simply reload the data from the database since I change it by another way, and I cannot find any solution to this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过 BindingSource.ResetBindings 方法
Did you tried BindingSource.ResetBindings Method
最后我自己找到了一种方法,希望对其他人有帮助,如果您知道更好的方法,请随时纠正我:
Finally I found a way myself, hope it helps others, and If you know a better way feel free to correct me: