05/05/2011, 08:07
|
| | Fecha de Ingreso: noviembre-2010 Ubicación: madrid
Mensajes: 478
Antigüedad: 14 años, 1 mes Puntos: 5 | |
Respuesta: cambio cantidad celda datagridview así?¿?. super aqua no me sale
com.CommandText = "UPDATE IntroduccionDeVentasAhora SET Pts = @Pts where NombreFormaPago <> ('TARJETA CREDITO') and Fecha BETWEEN @FI AND @FF and CODIGO = @codigo"
com.Parameters.AddWithValue("@Pts", (DgTotales.CurrentCell.Value).ToString)
com.Parameters.AddWithValue("@codigo", (DgTotales.SelectedCells(0).Value.ToString)) |