IT Placement Papers Web Technologies Java Script
This category contains Java Script Interview Questions and Answers |
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.
Only registered users can write comments. Please login or register.
|