摘要: 先看示例代码:// Put the next line into the Declarations section.private System.Data.DataSet dataSet; private void MakeDataTables(){ // Run all of the functions. MakeParentTable(); MakeChildTable(); MakeDataRelation(); BindToDataGrid();} private void MakeParentTable(){ // Create a new DataTable. System.Dat 阅读全文
posted @ 2011-03-01 18:11 spring yang 阅读(4129) 评论(0) 推荐(3) 编辑