Hoping someone has advice with the following situation:
I am creating a search that returns a varying amount of data, For each of the results I want to output a textbox into which I can enter a quantity to add (on button press).
However I am strugling to come up with a solution that Retains the information on postback, I have looked into storing the array/list of controls in ViewState however This seems to throw an error whenever trying to store controls(strings work fine) into ViewState.
What is the best way to implement this?