We have the requirement to take a form submission and save some data, then redirect the user to a page offsite, but in redirecting, we need to \"submit\" a form with POST, n
I suggest building an HttpWebRequest to programmatically execute your POST and then redirect after reading the Response if applicable.