Dataset

G

Guest

I am getting the following output for as many timers as there are rows:

WebApplication1.DataSet1+_TableRow

My code is:

Dim t As DataTable
Dim r As DataRow
For Each t In DataSet11.Tables
For Each r In t.Rows
Response.Write(r)
Response.Write(Chr(12))
Next
Next

Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,043
Members
48,769
Latest member
Clifft

Latest Threads

Top