Código vb.net:
Ver originalcom.CommandType = CommandType.Text
com.CommandText = "UPDATE IntroduccionDeVentasAhora SET Pts = @Pts where NombreFormaPago <> ('TARJETA CREDITO') and Fecha BETWEEN @FI AND @FF and CODIGO = @codigo"
'Donde X vendrian a ser el indice de la columna en la cual se encuentran los valores(representada en numeros 0,1,2,3....)
com.Parameters.AddWithValue("@Pts", (dgTotales.CurrentRow.Cells(X).Value.ToString()))
com.Parameters.AddWithValue("@codigo", (dgTotales.CurrentRow.Cells(X).Value.ToString()))
Probalo!.
.