After postback to the form, you just need to redirect after postback.
DoPostbackProcessing();
Response.Redirect("FormConfirmationPage.aspx");
, , (GET) , . , - , , .
EDIT: , , , , GET:
var url = "SearchPage.aspx?criteria=" + txtSearch.Text;
Response.Redirect(url);
, , THEN , , - .