|
|
If you have GetFormElements
set to True (default value) the control will get the latest state of all form
elements. Otherwise it will not keep track of the changes on the form elements
such as input, select and textarea. The trade-off is
between working with the latest state, and performance based on the number of
elements transferred with each AJAX request.
|