G
Guest
Hi,
I am using a dataset with a table which contains following colums.
ccode barcode pcs weight
1 1 12 200
1 1 2 120
1 2 4 32
On above table I want to build a dataview which sums cols of PCs
and weight group by ccode,barcode. I am using 2 datagridview controls one is
bound to actial datatable of dataset and second is bound to dataview. Bpth
datagrids have a relationships of summ. and detailed.
My que is How can I sum pcs and weight in dataview.
Nilkanth Desai
I am using a dataset with a table which contains following colums.
ccode barcode pcs weight
1 1 12 200
1 1 2 120
1 2 4 32
On above table I want to build a dataview which sums cols of PCs
and weight group by ccode,barcode. I am using 2 datagridview controls one is
bound to actial datatable of dataset and second is bound to dataview. Bpth
datagrids have a relationships of summ. and detailed.
My que is How can I sum pcs and weight in dataview.
Nilkanth Desai