Need Help with DataGrid
Ok.. Sorry my weak english is not helping me..
Well I have a datagrid and a label, the datagrid have three columns, one of these columns is numeric.. when the form loads the datagrid is empty and the label.text = "0" .. every time I add a new row to the datagrid and enter a number in the numeric column .. this number should be added to the amount existing in the label.text .
hope I was clear enough this time.