The form will be cleared by default when the page refreshes.
Here are a few things you could do:
- use ajax to submit your form to the server, thereby eliminating the refresh page
 - re-bind data to server-side form fields after Processing
 - There are other options, but I try to be brief.
 
 source share