I have a form on my website which collects data and posts using jquery to be handled using c#. I use request.form to capture the form data.
My friend said to create a JavaScript object to pass the data through instead of loads of variables. My problem is when you post an object with value pairs how do you get c# to obtain the values from the object because I can't seem to use request.form now.