DataTable dtAttach = new DataTable();
DataTable dtQuantity= new DataTable();
DataTable dtPrice= new DataTable();
dtAttach = dtQuantity.Copy();
dtAttach.Merge(dtPrice, true);
DataTable dtQuantity= new DataTable();
DataTable dtPrice= new DataTable();
dtAttach = dtQuantity.Copy();
dtAttach.Merge(dtPrice, true);
No comments:
Post a Comment