コード例 #1
0
 protected void btnActualizar_Click(object sender, EventArgs e)
 {
     Transaccion.ActualizarTelefono(this.CodCliente.Value, this.vigencia.SelectedValue, this.txttelefono.Text, this.txtcelular.Text, this.txtFax.Text, this.TipoTelefono.SelectedValue);
     this.Page.RegisterClientScriptBlock("Mensaje", "<script>alert('Datos actualizados correctamente');</script>");
     this.Cancela();
 }