摘要:
ViewBag.CategoryId = new SelectList(db.Categories, "Id", "Name","默认值"); @Html.LabelFor(model => model.CategoryId, "Category") @Html.DropDownList("CategoryId", String.Empty) @Html.ValidationMessageFor(model => model.CategoryId) 阅读全文
摘要:
--> 阅读全文
摘要:
aspnet_regsql.exeSQL Server 附加数据库后即可操作。 阅读全文