Expert Developer JavaScript Question:

What is the difference between ViewState and SessionState?

Tweet Share WhatsApp

Answer:

'ViewState' is specific to a page in a session.

'SessionState' is specific to user specific data that can be accessed across all pages in the web application.

Download Expert JavaScript Developer PDF Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
Explain JavaScript closures by example?What Boolean operators can be used in JavaScript?