itemsInBidDG_CellValueChanged
that this is an event handler for whenever you change a cell value in itemsInBidDG
. Now look at your line 129: you are changing a cell's Value
in itemsInBidDG
. The way to confirm is to set a breakpoint on line 117 and step through your code.