Home »
MCQs »
ASP.Net MCQs
Which of the following statement is the correct way to store cookies in ASP.NET?
93. Which of the following statement is the correct way to store cookies in ASP.NET?
- Using cookies collection
- Using HttpCookie class
- Both of the above
- None of the above
Answer: C) Both of the above
Explanation:
We can store cookies using cookies collection and HttpCookie class in ASP.NET.