MyVBBlog
Monday, April 18, 2011
Loop through a DataSet
Dim dr As DataRow
Dim dt As DataTable
dt = DataSetName.Tables(0)
For Each dr In dt.Rows
something = dr("FeildName")
Next
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment