Click or drag to resize

LLBLGenProDataSourceBaseSaveControlState Method

Saves any server control 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 SaveControlState()

Return Value

Type: Object
Returns the server control's current state. If there is no state associated with the control, this method returns null.
See Also