I am reading data from access db that returns 5 rows.
I am able to bind a textbox control using databind to get the row information. However, I can only do this for the first row that was returned. How do I advance the control to show the next or previous rows ?