Parameter::ViewState Property
Gets a dictionary of state information that allows you to save and restore the view state of a Parameter object across multiple requests for the same page.
Assembly: System.Web (in System.Web.dll)
A parameter's view state is the accumulation of all its property values. To preserve these values across HTTP requests, ASP.NET server controls use this property, which is an instance of the StateBag class, to store the property values. The values are then passed as a variable to an HTML hidden input element when subsequent requests are processed. View state is enabled for all server controls by default.
For more information about dictionaries and how to use them, see Collections and Data Structures.
Available since 2.0