Nevron.ThinWeb Namespace / NAspNetThinWebControl Class / LoadStateFromSession Method


LoadStateFromSession Method
Syntax
'Declaration
 
Public Sub LoadStateFromSession( _
   ByVal stateId As System.String, _
   ByVal initialized As System.Boolean _
) 
 
'Usage
 
Dim instance As NAspNetThinWebControl
Dim stateId As System.String
Dim initialized As System.Boolean
 
instance.LoadStateFromSession(stateId, initialized)

Parameters

stateId
initialized
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also