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;
hi AnandM ,
Response.Cookies["prodet_id"]
this is my cookies of product_id i want to store multiple product id in this cookie with ',' seprated
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.