I want to take in a number of variables from a clients website by giving them the url format. When they submit the values needed into the url and visit my url, a form is automatically populated with these values and submited to my server and database.
I am trying to do this using asp.net webforms. Could anyone suggest resources or tips on how to do this because I am stuck and my research is turning up nothing.
I figure I can get the url values using jquery and then write up all the functionality that needs to take place in the c# code.
Can anyone guide me in the right direction with this?