I actually figured this one out myself... FINALLY!!!
It was returning one set of data from the while loop and one from the foreach loop. So I was basically telling it to repeat it. Duh!
I had used code similar to this before, but it was when I was populating a list with several rows.
This can be considered resolved until my next fiasco! lol
|