ASP.NET MVC CRUD PartialView Popup Issue
- by Smiley Face
I am creating an MVC website which makes use of Partial Views on Popups to handle all my CRUD transactions. Please note that my application can already handle these CRUD operations perfectly (LINQ-To-Entity). However, I have a problem with my popup forms.
Below is the code from my _Add.cshtml:
@model MyStore.Models.MyModels.ProductsModel
@{
…