Nevron .NET Vision
Nevron.ThinWeb Namespace / NAspNetThinWebControl Class / LoadStateFromSession Method


In This Topic
    LoadStateFromSession Method
    In This Topic
    Loads the specified state from the current session
    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)
    public void LoadStateFromSession( 
       System.string stateId,
       System.bool 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