Exemplo n.º 1
0
        protected void btnReview_Click(object sender, EventArgs e)
        {
            List <GetEmailNotificationforTransfer> lstEmail = lclsservice.GetEmailNotificationforTransfer().ToList();

            if (lstEmail.Count > 0)
            {
                BindReview();
            }
            else
            {
                ScriptManager.RegisterStartupScript(this, this.GetType(), "alert", Constant.WarningTransferOutEmailNotify.Replace("<<TransferOut>>", ""), true);
            }
        }