Guest User

Untitled

a guest
Nov 21st, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Html.DropDownListFor(m => m.SelectedPlants, new MultiSelectList(Model.PlantList, "Value", "Text", Model.PreSelectedPlants.Select(a => a.Value))
  2. , new { @class = "chosen-select", ID = "ddlplants", Style = "width:100%", data_placeholder = "Choose Plants..", multiple = "multiple" })
Add Comment
Please, Sign In to add comment