LLBLGenProDataSourceBaseSaveViewState Method |
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax protected override Object SaveViewState()
Protected Overrides Function SaveViewState As Object
Return Value
Type:
Object
Returns the server control's current view state. If there is no view state associated with the control, this method returns null.
See Also