Datatable Merge Formatting

时间:2016-05-17 11:07:05

标签: c# model-view-controller datatable

enter image description here

I had attached 2 datatable by using merge datatables I am not able to format these 2 tables ?

Code :-

 DataTable dtAll = new DataTable();
            dtAll.Merge(dt1);
            dtAll.NewRow();
            dtAll.Merge(dt);

I want the highlighted red potion above the attached table please provide me with solution.

0 个答案:

没有答案