Computer Programming MCQs ASP.net
Q You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
  • A A. Response.viewstate
  • B B. Response.cookies
  • C C. Session
  • D D. Application
Leave a Comment