DataTable dtVenta = negVentas.DescontarProductos(); if (dtVenta.Rows.Count > 0) { txtCantidad.Text = util.ValorCampo(dtVenta, "Cantidad"); }