摘要:
1.按绑定的元素类型来分 1.1 集合绑定:即让BindingSource绑定给一个集合 / 表 / DataTable / List<T> BindingSource bindingSourceToCollection = new BindingSource(); bindingSourceToCollection.DataSource = dataTable//绑定到一个DataTable 或者 dataSet.Table["tableName"]//同上 ... 阅读全文
posted @ 2013-01-27 17:09
xxxteam
阅读(1400)
评论(0)
推荐(0)

浙公网安备 33010602011771号