Hi,
in my opinion it is a better idea to prevent users to click the submit button until AJAX refreshes have been completed.
To do this, you can use the OnStart- and OnComplete-events of the AJAX refreshes to show / hide a <div>-layer which prevents the user to click the buttons (a loading overlay).
Sven