public ActionResult GetEmpdata(int[] ch) { List <EMPDATA> L1 = ChechBox.GetEmpData(ch); return(View(L1)); }
// GET: CheckBox public ActionResult Index() { List <EMPDATA> L = ChechBox.GetEmp(); return(View(L)); }