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.
我知道我可以将 Gridview 数据源设置为数据集或对象集合。还有其他选择吗?
这似乎是一个非常基本的问题,就像我应该能够去微软文档,查找“gridview / properties / datasource”,它会说,“你可以将它设置为......”和一个列表有效的数据类型。但我找不到任何这样的东西。有人可以指点我参考吗?
DataSource 必须是以下接口之一:
来源