BindingSource 和 ComboBox:组合框绑定在另一个源上
我想以我的形式做一些东西。 我有一个绑定到 Linq to Sql 类的绑定源。 Workorder 类包含一个字段 Site。我想显示包含所有站点的组合框,但在我的工作订单中从站点上选择。
我说清楚了吗?
朱利安
I would like to make Something in my form.
I have a Binding source binded on Linq to Sql Class. The class Workorder contains one field Site. I would like to display The combobox with all the site, but selected on the site form my workorder.
I'm clear?
Julien
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一种通过数据绑定组件向文本框添加多个源的方法。
鞠
I found the way through the Databindings component that allow to add more than one source to the TextBox.
Ju