I am having a problem with a selectlistitem, the values of which are being retrieved from a database.
I\'m brand new to the MVVW pattern, so you\'ll have to forgive me if I\'m asking a very basic question.
I got a bunch of repositoiries. They retrive data from a EF 3.5 generated model. For the sake of simplicity let\'s just call them repository1,2 and 3. They all i开发者_StackOverflowmplement the generi
I am trying to create some Sample Data from my ViewModel classes in Expression Blend. However Expression Blend stops and says \"Object reference not set to an instance of an object\". Personally, I d
I have a custom control defined using WPF in a independent assembly. In another project, I simply just reference it and use it in the XAML like this:
I\'m using Automapper and I have the following scenario: Class OrderModel has开发者_如何学JAVA a property called \'ProductName\' that isn\'t in the database.
This question has been asked in various forms but none of the answers seem to fit my situation.I am simply trying to retrieve the selected value of a dropdown list in my controller.
Hi I was wondering if anyone con shed some light with a problem that I´m experiencing when implementing pagedlist code (https://github.com/TroyGoode/PagedList) in my asp.net mvc3 website. This are th
So lets say I have two models: Thingy and Status.Thingy has a Status, and Status has many Thingies. It\'s typical \"Object and Object ty开发者_如何转开发pe relationship\".
I\'m new to web development.I am currently working on a ASP.NET MVC 2 project that needs to use a jqGrid to dis开发者_JAVA技巧play the results of a search.