Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What Is The Difference Between ViewState and SessionState?



What Is The Difference Between ViewState and SessionState?..

Answer / pooooo

Session State contains information that is pertaining to a specific session (by a particular client/browser/machine) with the server. It's a way to track what the user is doing on the site.. across multiple pages...amid the statelessness of the Web. e.g. the contents of a particular user's shopping cart is session data. Cookies can be used for session state.
View State on the other hand is information specific to particular web page. It is stored in a hidden field so that it isn't visible to the user. It is used to maintain the user's illusion that the page remembers what he did on it the last time - dont give him a clean page every time he posts back.

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is sealed class in c#?

0 Answers  


What is console read in c#?

0 Answers  


How C# 4.0 supports dynamic programming language?

0 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

3 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


Is lazy thread safe c#?

0 Answers  


Explain the difference between “as” and “is” operators used in c#?

0 Answers  


What is the default modifier for class in c#?

0 Answers  


What are extension methods and where can we use them?

0 Answers  


What are primitive types in c#?

0 Answers  


Can multiple catch blocks be executed?

4 Answers   Visual Soft,


Categories