The page or file /adcart/9796/ does not exist! It may have been removed.
If you typed in this Page's address, please make sure the spelling is correct.
@item.Name
@item.NativeName
@(item.Authors().Any()? item.Authors().First().NativeName:"")
@if(item.SalePrice.HasValue){BDT @item.SalePrice.Value.ToString("0.00") BDT @item.ListPrice.Value.ToString("0.00")
}else if (item.ListPrice.HasValue) {BDT @item.ListPrice.Value.ToString("0.00")
}Value cannot be null. Parameter name: writer>