DEVFYI - Developer Resource - FYI

What is the difference between SessionState and ViewState?

JavaScript Interview Questions and Answers


(Continued from previous question...)

50. What is the difference between SessionState and ViewState?

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.

(Continued on next question...)

Other Interview Questions