Reading one row of a table

d582

New member
Joined
Mar 24, 2005
Messages
4
Programming Experience
1-3
Hi,
I would like to know how to read one row from a table starting with the first one then after a time period it reads the second row only displaying one row at one time. I think its moving to next record set but i dont know how to go about it. All this has to be done on Page load i am using Visual studio to do this.

CAN ANYONE HELP PLZ!

D
 
Use a timer, a global integer (rownumber), and the datatable.item(rownumber, column#)
TPM
 
Back
Top