コード例 #1
0
 protected void btnEliminar_Click(object sender, EventArgs e)
 {
     Transaccion.EliminarDeudor(this.txtRut.Text.Replace(".", ""));
     this.Page.RegisterClientScriptBlock("Mensaje", "<script>alert('Deudor eliminado correctamente');</script>");
     this.Cancela();
 }