This server state enables you to pass information about your application state securely from the server to the ServerMethod. You should ony use this property from code (not set it in the html).

[Visual Basic]
Public Property ServerState As System.Collections.Hashtable
[C#]
public System.Collections.Hashtable ServerState {get; set;}

See Also

DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace