Click here to Skip to main content
15,896,450 members

Comments by AndersLind (Top 1 by date)

AndersLind 30-Jan-13 10:04am View    
Hey i fairly new to EF and .net 4.0. The classes are written by me by as EF code first. I thought i had to have the ID of the objects in the joining class. But i guess they can be removed if EF have no use for them, cause i don't use them.

And about your suggestion your are absolutely right. This is what i want. But when i click the button to add the ingredient, i catch the HttpPost Edit event in the controller. But how does i go about getting the Ingredient object found by the AutoComplete search and the amount typed in the textfield and the measurement in the select??

Any help with this??