If you wish to transfer a user to a different page after the form successfully filled, use the Response.Redirect method. You can transfer the user to a page on the same or a different site.
Suppose you have a registration form. You will save the form contents (after validation) to a file or database and inform the user that he has been successfully registered. After saving the form contents, you can redirect the user to an acknowledgement page in the following manner: