datagrid.datasouse可以连接什么数据源
【正确答案】
使用DataSource属性指定要绑定到数据列表控件的值的源。数据源必须是实现System.Collections.IEnumerable接口(例如System.Data.DataView、system.Collections.ArrayList或System.Collections.Hashtable)或IListSource接口的对象。如:dataset,datatable,dataview, IList
【答案解析】
提交答案
关闭