Your Ad Here

Using Cookies In ASP.NET

Well Cookies are used to store values less than 14 KB . In later tutorial I am going to explain how to make comment box using Cookies , In this tutorial i m gonna tell u about how to Write and Request Cookies .

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.....

1 comments:

Anonymous said...

dfggggdf

Post a Comment