Can you please explain the difference between SessionState and ViewState?

Submitted by: Administrator
ViewState is specific to a page in a session. Session state refers to user specific data that can be accessed across all pages in the web application.
Submitted by:

Read Online Expert JavaScript Developer Job Interview Questions And Answers