Hi Guys,
Another query! I have a windows form that has a dataset in it which has been populated from a stored procedure (using enterprise library). This dataset simply has several hundred rows. What I would like to do is, when pressing my "start" button, beging cycling through the records in that dataset (randomly), then when the "pause" button is pressed, pause at the current record and then display it.
Finally, when the "resume" button is pressed, the cycling through records continues, but from the record it paused at.
Is all this possible and feasible?
Thanks.
Jon
Another query! I have a windows form that has a dataset in it which has been populated from a stored procedure (using enterprise library). This dataset simply has several hundred rows. What I would like to do is, when pressing my "start" button, beging cycling through the records in that dataset (randomly), then when the "pause" button is pressed, pause at the current record and then display it.
Finally, when the "resume" button is pressed, the cycling through records continues, but from the record it paused at.
Is all this possible and feasible?
Thanks.
Jon