Response.Cookies["prodet"]["prodet_id"] += Request.QueryString["product_id"].ToString(); Response.Cookies["prodet"]["Size"] += drsize.SelectedValue; Response.Cookies["prodet"]["Color"] += drcolor.SelectedValue; Response.Cookies["prodet"]["Quantity"] += drquantity.SelectedValue + ","; string str1 = Request.Cookies["prodet"].Value;
i dont have any example for this but like in flipkart when product click and add to cart it will go inside the cart without login
when i select another product is also go inside the cart so i want to do that using cookies
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.