|
|
От: |
Alexys
|
|
| Дата: | 26.03.12 11:09 | ||
| Оценка: | |||
@Html.DropDownListFor(x => x.rfId,
Model.GetList().Select(t => new SelectListItem
{
Text = t.Text,
Value = t.Value
}),
new {style = "width:150px;font-size:medium", @class = "whcselectmenu"})