使用数据源属性
我有一个下拉列表和一个返回特定数据集的函数。
我可以在设计器的数据源属性中调用该函数吗?如果没有,我如何在设计器中使用该属性?
I have a dropdownlist and a function that returns a certain DataSet.
Can I call that function in the datasource property at the designer? If not, how do I use that property in the designer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 Windows 窗体,下拉列表是 Combobox。我说得对吗?
将组合框放入表单
单击组合框左上角的指针
选中“使用数据绑定项目”
选择数据源并显示成员(数据库中表的字段之一)
例如:
If you using Windows Form, dropdownlist is Combobox. Am I right ?
Put Combobox in your form
Click on pointer гn the left top corner of a Combobox
Check "Use Data Bound Items"
Select Data Source and Display Member (one of the field of table in your database)
For example: