View Single Post
  #2 (permalink)  
Old 2006-05-15, 02:58 PM
freshrod freshrod is offline
Junior Member
 
Join Date: Feb 2006
Posts: 4
freshrod
Default

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
Reply With Quote