Join ExamsbookAnswer :
What is the difference between ViewState and SessionState?5
Q: What is the difference between ViewState and SessionState?
- Show Answer
- Workspace
Answer :
Explanation :
'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.