Пример #1
0
        protected void btnGuiHoSoBienDong_Click(object sender, EventArgs e)
        {
            bool success = don.GuiHoSo(Session["DangKyBienDong"].ToString());

            if (success)
            {
                Response.Write("<script> alert('Đã gửi đơn!')</script>");
            }
            else
            {
                Response.Write("<script> alert('Lỗi! không gửi thành công.')</script>");
            }
        }