0

我有一个 Scenerio 可以从列表框中选择单个值,可以禁用多项选择

Html.ListBox("Employees",ViewData["Employees"] as SelectList) 

第二如何在编辑时显示结果??????

4

1 回答 1

2

I have a Scenerio to Select single value from the list box, it is possible to disable multiple selection

Use a DropDownList instead of ListBox if you want single selection.

于 2013-06-18T08:27:00.233 回答