ViewState is the mechanism that allows form field values to be preserved across page postbacks.
View state refers to the page-level state management mechanism utilized by component based frameworks, such as Microsoft asp.net-mvc and webforms, Oracle jsf and so on.
References