Search results

  1. I

    Updating entities with relational keys in ASP.NET MVC 2?

    How can I update an entity that has a relationship with another entity using ASP.NET MVC 2? Basically the senario is something like this.... I have an entity from linq to sql called restaurant. The restaurant has a category that is indexed to another table in the database that stores all of...
Back
Top