colonial viper
Member
- Joined
- Apr 6, 2005
- Messages
- 6
- Programming Experience
- Beginner
i am trying to get my vbnet program to read from the table,i have found a way to read colmuns but how do i read from rows.
i.e.
this will read across the first row but how do i get it to go to the next row as well ?
advice
i.e.
VB.NET:
TextBox1.Text = dr(0)
TextBox2.Text = dr(1)
TextBox3.Text = dr(2)
this will read across the first row but how do i get it to go to the next row as well ?
advice