c# Programming Glossary: itempostmodel
How can I bind nested ViewModels from View to Controller in MVC3? http://stackoverflow.com/questions/5700558/how-can-i-bind-nested-viewmodels-from-view-to-controller-in-mvc3 get set public string ContainerName get set public List ItemPostModel ItemData get set public class ItemPostModel public int ItemId.. public List ItemPostModel ItemData get set public class ItemPostModel public int ItemId get set public string ItemName get set public.. ContainerName are used just for display purposes. The List ItemPostModel property has to be filled using a Form . The View looks something..
|