ASP.NET Interview questions: – What is the difference between session and view state?

Below are three important differences between session and viewstate.

ViewState Session
Data storage location Browser Hidden fields On Server
Accessible In the same page. Across pages
Uses cookies No(NA) Yes, If cookies disabled will use URL Query string.

In case you are new to session and view state please see the following ASP.NET training video on importance of Session and viewstate in ASP.NET: -

You can also Buy our .NET interview question book or you can also see more Dotnet interview questions and answers

You can also see the following video on IEnumerator VS IEnumerable: -

About these ads

About c# and .NET Interview questions

This blog is for developers who want to crack .NET and C# interviews. It has all tips and tricks needed to crack .NET interviews , C# interview , SQL Server interview , Java interview , WCF Interview , Silverlight interview , WPF interview , LINQ interview , Entity framework Interview.
This entry was posted in .NET and C# training, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, session, view state and tagged , , , , , . Bookmark the permalink.

One Response to ASP.NET Interview questions: – What is the difference between session and view state?

  1. Athul Rajan says:

    i think the definition of ‘viewstate’ is written under ‘session’ and the details of ‘session’ is written under ‘viewstate’

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s