You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?

Options
- Session
- Application
- Response.Cookies
- Response.ViewState


CORRECT ANSWER : Application

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement