• This is Slide 1 Title

    This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

  • This is Slide 2 Title

    This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

  • This is Slide 3 Title

    This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...

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.