Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to set alternate row color for multiselect listbox in mvc2. how it should be acheived? Thanks in Advance

<%: Html.ListBoxFor(model => model.SelectedDeptIds, new SelectList(Model.hosdeplist, "Deptid", "Departmentname"), new {@class = "chzn-select", data_placeholder = "Select Teams", @style = "width:200px" })%>

Here chzn-select class is for multiselect item.
Posted
Updated 19-Jul-13 19:38pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900