PRG Pattern
Post/Redirect/Get
When designing web-applications with Forms, the best way to design your page is to first Post, then get the result of the post to redirect you to a page that shows you the results.
A deeper explanation can be found here: