This Function is used to Get the maximum among the values from mentioned collection control.
Syntax:
FindMax(ControlName, IsFromSelectedValues)
where
ControlName : Name of the collection control
IsFromSelectedValues :To find maximum of selected values. Default is false.
Example:
txtautocompletestatic.Value=FindMax(AutoCompleteTextBox1)
Maximum value among all values of AutoCompleteTextBox1 is displayed in txtautocompletestatic