InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Sessionstate And Viewstate? |
|
Answer» 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.
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.
|
|