Hi,
I am new to MVC. I need to do a task, where I need to implement Praent-Child table in MVC. Like fetch
data from DB and display Companies(Company Name, Location, TypeOFBusiness) in a table, if we click on CompanyID,
we need to display Employees of that Company as a Child Table(Like EmployeeName,Designation, Location). A
Any references or small POC would be highly appreciated. Thanks.