Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected override Object SaveViewState()

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