52,782
社区成员
发帖
与我相关
我的任务
分享
<div class="row">
@Html.LabelFor(model => model.Category)
@Html.DropDownListFor(model => model.Category, taomei.BLL.MerchantManager.GetMerCategorysIL())
@Html.DropDownListFor(model => model.Category, taomei.BLL.MerchantManager.GetSecondMerCategorysIL())
@Html.ValidationMessageFor(model => model.Category)
</div>