Hi. I going thorough a datareader and at the same time dynamically creating text boxes and I'm getting an error Collection was modified; enumeration operation may not execute
What I'm trying to do is display a list of items (books).
Title, Author, price. I'm doing this with a datareader.
I want to add a textbox as the reader reads so they can enter the qty they want and then when the hit a button collect all the TB's that have a qty.
Problem is with creating the TB's
thanks
What I'm trying to do is display a list of items (books).
Title, Author, price. I'm doing this with a datareader.
I want to add a textbox as the reader reads so they can enter the qty they want and then when the hit a button collect all the TB's that have a qty.
Problem is with creating the TB's
thanks