Ver Mensaje Individual
  #11 (permalink)  
Antiguo 11/11/2011, 09:31
Avatar de Aquaventus
Aquaventus
 
Fecha de Ingreso: junio-2010
Ubicación: Lima-Peru , En el alba de la naturaleza
Mensajes: 2.105
Antigüedad: 14 años, 5 meses
Puntos: 267
Respuesta: INSERT con C# y MySQL

ya ví porque llega vacío... mira estas líneas :
Código C#:
Ver original
  1. //EH AQUI EL ERROR EN ESTAS 2 LINEAS,SETEAS EN BLANCO
  2. //EL TEXTBOX ASI QUE LO COMENTAMOS
  3. //this.textBox1.Text = string.Empty;
  4. //this.textBox2.Text = string.Empty;
  5.  
  6.             string valor1 = this.textBox1.Text;
  7.             string valor2 = this.textBox2.Text;
__________________
Internet es tener todo el conocimiento global a tu disposición.
Desarrollo de Software - Ejemplos .Net