AddFormVariable Method
Adds a variable to be initialized when the browser renders the form.
public void AddFormVariable(
string clientID,
string value,
bool generateRandomID
)
Parameters
- clientID
The identifier for the control containing the variable to initialize. - value
The value to which the variable is initialized when the browser renders the form. - generateRandomID
true to encrypt the identifier for the control; otherwise, false.
Remarks
All references to the client identifier on the page are mapped, resulting in the same postback regardless of mapping. The AddFormVariable method also can scramble client IDs that must be encrypted for security reasons. Only visible controls generate variables.
See Also
Applies to: WmlMobileTextWriter Class