G
Guest
I need to duplicate something that is easy to do in Access using a recordset
with its movenext, moveprevious, movefirst, movelast, and move(i) where i is
a positive or negative integer. I do not know how to do this in .NET. None
of the existing data structures dataset, arraylist, etc support this type of
access.
I need pull in the photos in a particular order and show 3 at a time in 3
images boxes. The user has First, Next, Previous, Last and Jump button
(moves 4, 5 or 10, etc at a time after the user enters a number between 1 and
number of photos in the sequence). There can be anywhere from 1 photo to
1000 photos in the list.
The database keeps the path to the photo not the actual photo. So the list
is essentially sequential list (recordset) of paths along with other a few
other fields.
WR
with its movenext, moveprevious, movefirst, movelast, and move(i) where i is
a positive or negative integer. I do not know how to do this in .NET. None
of the existing data structures dataset, arraylist, etc support this type of
access.
I need pull in the photos in a particular order and show 3 at a time in 3
images boxes. The user has First, Next, Previous, Last and Jump button
(moves 4, 5 or 10, etc at a time after the user enters a number between 1 and
number of photos in the sequence). There can be anywhere from 1 photo to
1000 photos in the list.
The database keeps the path to the photo not the actual photo. So the list
is essentially sequential list (recordset) of paths along with other a few
other fields.
WR