method HTML.BeginUpdate ()
Maintains performance while multiple changes are applied to the control one at a time. This method prevents the control from painting until the EndUpdate method is called.

TypeDescription
The BeginUpdate/EndUpdate methods keeps performance of the control while multiple changes require to be applied to the control. The Refresh method refreshes the control.