public JsonResult DeleteApplicantEmploymentHistory(int A_iEmploymentHistoryId) { UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL(); string strResult = objUpdateProfileBAL.DeleteApplicantEmploymentHistory(A_iEmploymentHistoryId); return(Json(strResult, JsonRequestBehavior.AllowGet)); }