I would like to know how can I retrieve results/records from a database one at a time to make it appear in different labels..
eg.
row number 1 of the database's records = apple
lb_fruit.Text = apple
row number 2 of the database's records = pear
lb_fruit2.Text = pear
.
.
And so on..
There's loads of rows that I need to retrieve..
Is there anyway then better then writing loads of sql statements?
Thanks loads in advance. (: