Hi all :)


I'm using VB 2008 and VB.NET

I have a database data. Each column namely as name, age and hobby. For 1 person have more than one hobby. Each time user key in the name, it will directly display their age and hobby. So, I need to loop through each item in the dataset for column hobby and display it by each line/row by calling a different label control. I'm wondering how to do this. Code :

...