2
Answers

Post all ListBox Item values View to Controller

Photo of rifat mojumder

rifat mojumder

8y
685
1
@Html.ListBoxFor(x => x.CommonCodeID, Model.CommoncodeItems, new { @class = "BranchName", @style = "width:200px;height:100px;" })
 
 
 
 
 
 
My Model :
public int[] CommonCodeID { get; set; } 

Answers (2)