Thursday, September 20, 2018

Session State VS View State (ASP.NET)

LEARN 3 : ABOUT IT [ASP.NET]


LESSON 9 : SESSION STATE VS VIEW STATE



Session State
View State
Session state is maintained in session level
View state is maintained in page level only         
Session state value is available in all pages within a user session
View state of one page is not visible in another page
Session state information stored in server
View state information stored in client only


Source : My previous study

No comments:

Post a Comment