Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.