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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.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