Beispiel #1
0
        protected void btnTradeNoAssociation_Click(object sender, EventArgs e)
        {
            string HiddenVal = hdnStatusValue.Value;

            if (Session["CebId"] != "")
            {
                EQCebId = int.Parse(Session["CebId"].ToString());
            }
            if (HiddenVal == "1")
            {
                bool DeleteTradeAccAssociationCheck;
                DeleteTradeAccAssociationCheck = customeraccountBo.DeleteEqRate(EQCebId);

                Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "leftpane", "loadcontrol('CustomerEQAccountRateView','none');", true);
            }
        }