<ul> @foreach(var emp in EmployeeList) { <li> @emp.EmployeeName - (@emp.EmpCode) </li> } </ul>
Post a Comment
No comments:
Post a Comment