Expert JavaScript Developer Question:
Download Questions PDF

Can you please explain the difference between SessionState and ViewState?

Expert JavaScript Developer Interview Question
Expert JavaScript Developer Interview Question

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.

Download Expert JavaScript Developer Interview Questions And Answers PDF

Previous QuestionNext Question
How about 2+5+"8"?Explain the ways to emit client-side JavaScript from server-side code in ASP. NET?