ASP.NET is designed to post back to itself. If you just need to submit the post info and not actually see the result, you can use a WebRequest and do it manually in your code with the values the users ...
Peter responds to a question: How, in an ASP.NET MVC form, can the user be given two submit Buttons that do two different things? In addition to doing development work for my clients and writing these ...