Quantcast
Channel: The Will Will Web - 新書出版:〔ASP.NET MVC 4 開發實戰〕已於 12/20 上市
Viewing all articles
Browse latest Browse all 224

阿佐 on 新書出版:〔ASP.NET MVC 4 開發實戰〕已於 12/20 上市

$
0
0
保哥您好: 這本書的 第09章 電子商務網站開發 的 第407頁 有錯誤。 "將訂單資料與購物車資料寫入資料庫的Complete動作方法程式碼" ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ oh.OrderDetailItems.Add(new OrderDetail() { Product = product, Price = product.Price, Amount = item.Amount }); ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ Amount = item.Amount ←跟著書上的做發現 下拉選項沒有 Amount 可以選, 結果發現因為書上在 "第368頁的 9-2-6 訂單明細"好像少新增一個或是出版商少印 (因為您的原始檔裡面就有這段) ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ [DisplayName("購買數量")] [Required] public int Amount { get; set; }

Viewing all articles
Browse latest Browse all 224

Trending Articles