I've encountered a problem after I fire the submit button, the page redirect to itself. How do I redirect it to another page after submit?
My submit button also have C# code behind it where it uploads the files to the server, creates a folder and sends out an email.
I assume that server side form control (runat=server) is designed to post-back to self...