ASKER
ASKER
Visual Basic .NET (VB.NET) is an object-oriented programming language implemented on the .NET framework, but also supported on other platforms such as Mono and Silverlight. Microsoft launched VB.NET as the successor to the Visual Basic language. Though it is similar in syntax to Visual Basic pre-2002, it is not the same technology,
TRUSTED BY
Dim row As DataRow
For Each row In tbl.Rows
If 2 + 2 = 5 Then 'wouldn't that be lovely
tbl.Rows.Remove(row)
End If
Next
Rename stuff as needed.