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.1.0.0 (5.1.0)
Syntax protected override Object SaveControlState()
Protected Overrides Function SaveControlState As Object
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