摘要: User 为 null不知道是不是Bug? 阅读全文
posted @ 2011-07-04 17:52 Ken-Cai 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Open the Movie.cs file. The System.ComponentModel.DataAnnotations namespace provides formatting attributes in addition to the built-in set of validation attributes. You'll apply the DisplayFormat attribute and a DataType enumeration value to the release date and to the price fields. The followin 阅读全文
posted @ 2011-07-04 13:33 Ken-Cai 阅读(2587) 评论(0) 推荐(0) 编辑
摘要: @using (Html.BeginForm()){ <p>销售状态: @Html.DropDownList("Status", "All") &nbsp; <input type="submit" value="Filter" /></p> } public ActionResult Index(string status) { ViewBag.Status = PowerCar.DB.Enums.MerchandiseStatus.StatusList; String 阅读全文
posted @ 2011-07-04 12:00 Ken-Cai 阅读(264) 评论(0) 推荐(0) 编辑