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?

  1. Using cookies collection
  2. Using HttpCookie class
  3. Both of the above
  4. None of the above

Answer: C) Both of the above

Explanation:

We can store cookies using cookies collection and HttpCookie class in ASP.NET.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.