Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/03/2008, 19:08
ManuelV
 
Fecha de Ingreso: octubre-2003
Mensajes: 101
Antigüedad: 20 años, 6 meses
Puntos: 0
Re: Sumas dos variables en c#..es facil, please!!!

me sale el siguiente error:

this.txtVuelto.Text = int.Parse(txtEfectivo.Text) + int.Parse(txtSubTotal.Text);


Error 1 No se puede convertir implícitamente el tipo 'int' a 'string'

C:\Proyectos Visual.NET\GesCas\GesCas\ComandaForm.cs 66 35 GesCas