What is the difference between ViewState and SessionState?

Correct 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

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion