What is state in web applications?

As defined by FOLDOC, state is how something is; its configuration, attributes, condition or information content . We will use the term component to include software and hardware “things”. Virtually all components have state, from applications to operating systems to network layers.

Read more

What is web service state?

Stateful Web Services Let’s say you log into a resource, and in doing so, you pass your password and username. If the web server stores this data in a backend manner and uses it to identify you as a constantly connected client , the service is stateful.

Read more

What is ViewState C#?

View State is the method to preserve the Value of the Page and Controls between round trips . It is a Page-Level State Management technique. View State is turned on by default and normally serializes the data in every control on the page regardless of whether it is actually used during a post-back.

Read more