Menu.SaveControlState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Saves the state of the properties in the Menu control that need to be persisted.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
This method is used to save the state of the properties in the Menu control that need to be persisted, even when the EnableViewState property is set to false. The SaveControlState method is concerned with state data that is essential for a control's operation (such as an index or keyword) and is separate from the control's view-state data.
Note: |
|---|
| This method is used primarily by control developers to extend the Menu control. |
Community Additions
ADD
Show:
Note: