CODE :
To Write Cookies In Csharp From Code-Behind
Response.Cookies["BackgroundColor"].Value = "Red";
To Request Cookies From another Page
(Request.Cookies["BackgroundColor"].Value);
Will Be Posting Further.....
Response.Cookies["BackgroundColor"].Value = "Red";
(Request.Cookies["BackgroundColor"].Value);
1 comments:
dfggggdf
Post a Comment