PersistDemo.PagePersister.SetPageField Function
Set the persistent value of a persisted page field.

Public void SetPageField (System.Web.SessionState.HttpSessionState, System.Type, string, object)
  Type Name Description  
    System.Web.SessionState.HttpSessionState session the session state object  
    System.Type typePage the Type of the page class  
    string sVarName the declared name of the field  
    object objValue the value to be set  
  Return Description  
    void    
Other overloads:
PersistDemo.PagePersister.SetPageField(HttpApplicationState,Type,e,d) PersistDemo.PagePersister.SetPageField(HttpApplicationState,e,e,d) PersistDemo.PagePersister.SetPageField(HttpSessionState,e,e,d)