Search results

  1. F

    ASP.NET MVC3 Filter a list?

    I am having some difficulty filtering a list on a page that displays a product. When the user visits the product browser page, it will display a list of paged results that isn't filtered. So all products are available to view. I have a dropdownlist that they can use to select a different...
  2. F

    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