protected void lnkscdule_Click(object sender, EventArgs e)
        {
            BECommon objBECommon = new BECommon();
            BCommon  objBCommon  = new BCommon();

            objBECommon.IntTransID = Convert.ToInt64(AppSecurity.Decrypt(Session[BaseClass.EnumPageSessions.TransID].ToString()));
            objBECommon.IntUserID  = Convert.ToInt32(Session[BaseClass.EnumPageSessions.USERID].ToString());

            objBCommon.BReenableschedulestatus(objBECommon);
            gvexamdetails.Rebind();
        }