protected void AddToShoppingCart_Click(object sender, EventArgs e) { Button btn = (Button)sender; if (Session["shoppingCart"]!= null) { Session["shoppingCart"] += "," + btn.ToolTip; } else { Session.Add("shoppingCart", btn.ToolTip); } // Response.Redirect("shoppingCart.aspx"); }
من آموزش های شما رو در آپارات دنبال می کنم بخش طراحی سایت مقدماتی رو و تو بخش gavascript به مشکل بر خوردم خواستم ببینم مشکلم کجاست این ارور رو در بخش console.log میده The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"> <meta content="utf-8" http-equiv="encoding">
تمامی حقوق مادی و معنوی، متعلق به وب سایت سوال جواب (soja.ai) و تیم مدیریتی آن می باشد.
طراحی و اجرا : گروه مشاوران فناوری اطلاعات