Hello. I have in place, a form within MVC .NET framework, that will save my values to FoxPro using the Entity Framework. But it will only save once. After saving, the values are not editable. The data is in the table, but I cannot change it from the view of my MVC.
I have been looking for weeks...