Sets the value to this input.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
function set_Value(aValue, aExactMatch);

Parameters

aValue
Type: System..::..String
The value in string.
aExactMatch
Type: System..::..Boolean
Whether or not the text result in the input after set should be same to the aValue.

Return Value

See Also