Here is the code you can use to retrieve all row data from a data table.
http://knowledgeiscool.wordpress.com/...
VB.NET - Get all row data from data table
Dim rowData As String = ""
'dt is the name of the data table
For Each row As DataRow In dt.Rows
For Each column As DataColumn In dt.Columns
rowData = rowData & column.ColumnName & "=" & row(column) & " "
Next
rowData = rowData & vbNewLine & vbNewLine
Next
MessageBox.Show(rowData)
En esta página del sitio puede ver el video en línea VB.NET - Get all row data from data table de Duración hora minuto segunda en buena calidad , que subió el usuario KnowledgeIsCool 05 julio 2014, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 13,948 veces y le gustó 15 a los espectadores. Disfruta viendo!