抓Category的資料傳到Viewbag做DropDownList. int CId = ( from s in db.ProductSet where s.Id == Id select s.CategoryId).FirstOrDefault();.
確定! 回上一頁