Help with form post method
-
I have been given a project where we are sending data from our website to a website that another company owns. They have asked us to use the "Form post" method of doing this. The screen that we are using will require us to send multiple sets of data to their site in some kind of a loop format. I have no experience in this and am hoping that someone here will be able to give me pointers to where I should start. Steps 1. User fills in fields on our website and clicks submit button. 2. We loop through the data the user entered and send the data to the website of another company. 3. We bring the user to a "Confirmation" page telling them that their information has been submitted and they will be contacted soon. We are using ASP.NET and VStudio 2008 Thanks.
-
I have been given a project where we are sending data from our website to a website that another company owns. They have asked us to use the "Form post" method of doing this. The screen that we are using will require us to send multiple sets of data to their site in some kind of a loop format. I have no experience in this and am hoping that someone here will be able to give me pointers to where I should start. Steps 1. User fills in fields on our website and clicks submit button. 2. We loop through the data the user entered and send the data to the website of another company. 3. We bring the user to a "Confirmation" page telling them that their information has been submitted and they will be contacted soon. We are using ASP.NET and VStudio 2008 Thanks.
Hi, Please take a look at the following articles: http://www.c-sharpcorner.com/UploadFile/desaijm/ASP.NetPostURL11282005005516AM/ASP.NetPostURL.aspx[^] http://www.stardeveloper.com/articles/display.html?article=2003061901&page=1[^] Hope this helps :).
Regards, John Adams ComponentOne LLC