Monday 30 December 2013

Difference between ViewState and SessionState

Difference between ViewState and SessionState

ViewState:
View State persist the values of controls of particular page in the client (browser) when postback operation done. When user requests another page previous page data no longer available.
SessionState:
SessionState persist the data of particular user in the server. This data available till user close the browser or session time completes.

0 comments:

Post a Comment