Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ What is the difference between ViewState and SessionState?

'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.

 242 views

More Questions for you: