Exemple #1
0
 protected void txt_celular_OnTextChanged(object sender, EventArgs e)
 {
     A_PERSONA.CambiarDatos(beneficiario.ID_PERSONA, txt_celular.Text, "cel");
 }
Exemple #2
0
 protected void txt_apellidos_OnTextChanged(object sender, EventArgs e)
 {
     A_PERSONA.CambiarDatos(beneficiario.ID_PERSONA, txt_apellidos.Text, "apellido");
 }
Exemple #3
0
 protected void txt_telefono_OnTextChanged(object sender, EventArgs e)
 {
     A_PERSONA.CambiarDatos(beneficiario.ID_PERSONA, txt_telefono.Text, "fijo");
 }
Exemple #4
0
 protected void txt_nombres_OnTextChanged(object sender, EventArgs e)
 {
     A_PERSONA.CambiarDatos(beneficiario.ID_PERSONA, txt_nombres.Text, "nombre");
 }