@ViewBag.Product.Title

Availability @ViewBag.Product["ISO"]
Brand: @ViewBag.Product["Brand"]
Product Code: @ViewBag.Product["Item Number"]
Available Color: @ViewBag.Product["Icon"]
Available Size (Inch.): @ViewBag.Product["SAE"]

Call For Price

@ViewBag.Product["Short Description"]

@if(@ViewBag.Product["ISO"]=="In Stock"){ }
share it
@foreach(var item in Website.Data("Product").Items.Ordered().Active().Where(p=>p["Pack"].Contains(@ViewBag.Product["Pack"])).Where(t=>t.Title.Contains(@ViewBag.Product.Title)==false)){ }
Error:
Value cannot be null.
Parameter name: value