cDataTable.Rows.Add(dr); ===>錯誤訊息:此資料列已經屬於別的資料表 } cds.Tables.Add(cDataTable); //加入Table 在負責呈現的DataSet中!
確定! 回上一頁