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