I couldn\'t find any documentation around using multiple forms in an ASP.NE开发者_开发问答T MVC 2 ViewModel approach.
I have a couple of Storyboards in my view that I would like to trigger from the ViewModel if possible. Is there a simple way or elegant way of doing this. Here is what I am trying to do.
I was watching the HaHaa presentation on ASP.NET MVC from MIX and they mentioned using a Post Model where I guess they were saying you could use a model that was ONLY for posting. I have tried looking
I\'m trying to use the Html.DropDownListFor<> HtmlHelper and am having a little trouble binding on post.The HTML render开发者_运维技巧s properly but I never get a \"selected\" value when submitting
I am using the MVVM Light framework as well as Unity for DI. I have some nested Views, each bound to a corresponding ViewModel. The ViewModels are bound to each View\'s root control DataContext via th
My generic question is as the title states, is it best to load data during ViewModel construction or afterward through some Loaded event handling?
I have a database table that records what publications a user is allowed to access. The table is very simple - it simply stores user ID/publicat开发者_运维知识库ion ID pairs:
I am trying to create a site using the 开发者_运维百科ASP MVC Framework.Some of the documentation use the IRepository pattern to abstract the information being sent to the view for rendering, while ot
I\'ve already started similar topic, but still didn\'t find final solution... So here I am with new one :) ... I\'m developing NerdDinner from scratch and now I came to point where I define DinnerView
Data Layer I have an Order class as an entity. This Order entity is my model object. Order can be different types, let it be