Skip to content
Loading
How to add functionality to buttons( Next previous first las  
  •   
  • ============Model related data=============  
  • public class Employee  
  • {  
  • [Key]  
  • public int EmployeeId { getset; }  
  • public int BranchCode { getset; }  
  • public string EmployeeName { getset; }  
  • }  
  • =======technology Used============
    I work in visual studio 2017 asp.net core 2.1 sql server 2012 using repository pattern generic

    3 Replies

    Know the answer? Post it — somebody with the same question will find it here.