ASP.NET, C#, Javascript
I have an unknown number of results returning from an sql querey.
I then make changes to their values with javascript and set a value on a hidden input (generated programatically on page_init).
My question is: what's the best way to access the hidden input variables values in the C# code behind file.