Tagged Questions
4
votes
3answers
10k views
Entity Framework EntityKey / Foreign Key problem
As the result of a form post, I'm trying to save a new Brand record. In my view, Gender is a dropdown, returning an Integer, which is populated from ViewData("gender")
I've setup my link as follows:
...