I have done a single list DropDownList in MVC 4 Using razor
<td>@Html.DropDownListFor(m => m.COAId, (SelectList)ViewBag.clientsList, "Please Select Client")</td>
I am getting items from database, now i want to add second column of CITY with tha name of client, how can i make it multicolumn?