Line 46: tbl_kala v = d.tbl_kalas.SingleOrDefault(x => x.code == Convert.ToInt32(ss[0])); Line 47: if (v != null) Session["pid"] = v.k_code; Line 48: if (!Convert.ToBoolean(v.mojaz)) Response.Redirect("/notallow.aspx");//"javascript:alert('به درخواست مراجع Ø°ÛŒ ØµÙ„Ø§Ø Ø§ÛŒÙ† کالا Øذ٠شد')"; Line 49: Line 50: }
[NullReferenceException: Object reference not set to an instance of an object.] ProductsDetails2.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\bigbag.co\bigbag.co\httpdocs\ProductsDetails.aspx.cs:48 System.Web.UI.Control.OnLoad(EventArgs e) +107 System.Web.UI.Control.LoadRecursive() +89 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1532