|
-
Feb 4th, 2009, 02:29 PM
#1
Thread Starter
Lively Member
[RESOLVED] DataTable
Hi, I want to know how can I read a datatable. I am using this code:
objDataAdapter.Fill(objDataSet, "Outlookbar")
lblArchives.Text = CStr(objDataSet.Tables("Outlookbar").Rows(1).ToString)
the second line doesn't return the value I want. Instead it returns System.Data.DataRow.
What should I change?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|