I have created a very simple asp.net input form using Visual Studio Express 2012 for Web. It includes some asp:TextBox's, asp:RadioButton's and some hidden fields and is doing validation.
Upon submission of the form, I would like it to submit all the fields to an external website in XML format.
My question is, whats the best way to do this? If you have any examples/tutorials I could use as a starter that would be great.