I am writing a survey application, and I have a form that can have potentially hundreds of input fields. How would I write the controller to process this form? I can't specify each input as a parameter for the controller, that would be unrealistic.
I found out about the MVCToolkit, and the UpdateFrom() method, but is this the right way to go? If so, how would I install the MVCToolkit in my app?