@{ var ProductName = @Request.Params["Q"].Replace("_", " "); var qtyParam = Request.Params["qty"]; var minimumQTY = !string.IsNullOrEmpty(qtyParam) ? qtyParam.Replace("_", " ") : ""; } @{var processed = Request["Processed"] == "True";} @if(processed){ } @* @Website.Form.Product_Order_Form *@
@Html.AntiForgeryToken()
After placing order, a member of our team will contact you to confirm your details.
Error:
Object reference not set to an instance of an object.