Google News
logo
ASP.NET - Quiz(MCQ)
Which of the following method is used to store a HttpCookie in ASP.NET?
A)
Response.Cookies.SaveCookie()
B)
Response.Cookies.AddCookie()
C)
Response.Cookies.Add()
D)
Response.Cookies.AddCookies()

Correct Answer :   Response.Cookies.Add()

Advertisement