@Html.ListBoxFor(x => x.CommonCodeID, Model.CommoncodeItems, new { @class = "BranchName", @style = "width:200px;height:100px;" })
My Model :
public int[] CommonCodeID { get; set; }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Joginder BangerPosted Feb 28, 2017, 6:38 AM
Nitin SontakkePosted Feb 28, 2017, 6:28 AM