刷新 UltraCombo 内容

发布于 2024-07-25 00:45:25 字数 148 浏览 8 评论 0原文

我必须对使用 Infragistics NetAdvantage 2006 的旧 VB.NET 应用程序 (Visual Studio 2003) 进行一些维护。我有一个绑定到 DataView 的 UltraCombo 控件。

数据库更改后如何刷新显示的内容?

I have to do some maintenance on an old VB.NET application (Visual Studio 2003) that uses Infragistics NetAdvantage 2006. I have a UltraCombo control binded to a DataView.

How can I refresh the content displayed after a change in the database?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明明#如月 2024-08-01 00:45:25

听起来您需要从数据库重新填充 DataView 并刷新 UltraCombo 上的数据绑定; 可能与您最初填充 DataView 和设置 UltraCombo 数据绑定所用的代码非常接近。

如果您发布一些代码,您可能会得到更完整的答案。

It sounds like you'll need to repopulate the DataView from the database and refresh your databinding on the UltraCombo; probably pretty close to the same code you use to initially populate the DataView and set the UltraCombo databinding.

You may get a more complete answer if you post some code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文