जॉइन Examsbookउत्तर :
What is the difference between ViewState and SessionState?5
प्र: What is the difference between ViewState and SessionState?
- उत्तर देखें
- Workspace
उत्तर :
व्याख्या :
'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.