DataKey.SaveViewState Method
.NET Framework 3.0
Saves the current view state of the DataKey object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Notes to Inheritors:
When extending the DataKey class, you can override this method to implement your own routine to save the view state for the object.
Assembly: System.Web (in system.web.dll)
The SaveViewState method is a helper method used by the DataKey class to save the state of the object.
Note: |
|---|
| This method is used primarily by control developers. |
Community Additions
ADD
Show:
Note: