Visual InterDev
Specifies whether the object state is maintained through server processing.
Syntax
object.maintainState[ = Boolean]
Parameters
object
A script object.
Boolean
If set to true (the default), the object state is maintained.
Remarks
Script objects maintain their properties and values through server processing when the maintainState property is set to true (default). This property is not applied if the scripting platform is set to the client (Microsoft® Internet Explorer 4.0 DHTML) because the object state is already maintained by client processing in DHTML.