DataRow row = table.NewRow(); ///creating new row in your datatable row.ItemArray = objrow;///copying your data into data row object
確定! 回上一頁