Hi experts,
I'm using Visual C# 2005.
I have a master-detail form. The panel display field of MASTER_TABLE, and the datagridview display the field of DETAIL_TABLE.
How can I calculate the quantity and the price column in datagridview. For example, verytime I enter the value of quantity or price column, the total column will display total value of the two columns.
Thanks