I keep on getting issues when trying to load a partial view that contains a list of items loaded from a database. I have made an example to illustrate my issue:...
I have a class 'Product' for which I have created a View 'Index' which shows a list of prod...