public ActionResult GetApplicantEmploymentHistoryList() { UpdateProfileBAL objUpdateProfileBAL = new UpdateProfileBAL(); List <ApplicantEmploymentHistoryBO> objEmploymentHistoryList = objUpdateProfileBAL.GetEmploymentHistoryList(Convert.ToInt32(ViewData["EmployeeId"])); return(PartialView("EmploymentHistoryGrid", objEmploymentHistoryList)); }