FormVars Property
Form variables for the current request.
Syntax
public FormVarList getFormVars(); public void setFormVars( formVars);
Remarks
This property contains form variables that are to be posted with the current request. The FormVars collection contains the variables as FormVar types, which contains fields describing these variables.
This collection is indexed from 0 to size - 1.
This property is not available at design time.
Default Value
0