摘要:
thisAdapter.Fill(thisDataSet,"tb");DataTable thisTable = thisDs.Tables["tb"];DataView thisView = new DataView(thisTable); //创建DataView对象thisView.RowFilter = ....;DataGrid.DataSource = thisView;...a,使用... 阅读全文
posted @ 2009-04-07 17:31
广波
阅读(1776)
评论(0)
推荐(1)