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