Page::RequiresControlState Method (Control^)
.NET Framework (current version)
Determines whether the specified Control object is registered to participate in control state management.
Assembly: System.Web (in System.Web.dll)
Parameters
- control
-
Type:
System.Web.UI::Control^
The Control to check for a control state requirement.
Return Value
Type: System::Booleantrue if the specified Control requires control state; otherwise, false
Control state is an object composed of critical view-state data that Web server controls need to function; it is contained in a separate object from normal view state.
Custom controls using control state must call the RegisterRequiresControlState method before saving control state. Use the RequiresControlState method to check for controls that are registered with the page as requiring control state.
.NET Framework
Available since 2.0
Available since 2.0
Show: