ListView::SaveControlState Method ()
.NET Framework (current version)
Saves the state of the properties in the ListView control that must be persisted, even when the EnableViewState property is set to false.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Return Value
Type: System::Object^Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
This method is used to save the state of the properties in the ListView control that must be persisted, even when the EnableViewState property is set to false.
Note |
|---|
This method is primarily used by control developers to extend the ListView control. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
