I need a solution for reversing the order of a dynamic control array. I have a picturebox array which is a container for five textbox arrays. Each array index is populated by one row of a database record. Problem is, the array ends up in reverse order. I guess an alternative would be to poulate it in reverse order, but I don't know how to do that either. Any help would be appreciated.