LLBLGenProDataSourceBaseTrackViewState Method |
Causes tracking of view-state changes to the server control so they can be stored in the server control's
StateBag object. This object is accessible through the
ViewState property.
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 void TrackViewState()
Protected Overrides Sub TrackViewState
See Also