Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Mvc Viewmodel

Bind DropDownListFor With List On ViewModel

I'm trying to do this: This is my ViewModel and Model: public class OpeningYearViewModel { … Read more Bind DropDownListFor With List On ViewModel