What is the difference between ViewState and SessionState?

0

ViewState is specific to a page in a session.Β Session State is specific to user-specific data that can be accessed across all pages in the web application.

asked Apr 14, 2023 at 19:57
Sign in to add a comment

0 Answers

0
πŸ“ No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.