jennyek2000
Programmer
Im new to VB.NET
How do you find the last row in a table??
Jenny
How do you find the last row in a table??
Jenny
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim drv As DataRowView = dt.DefaultView(oCurrencyManager.Position)
Dim drow As DataRow = drv.Row
dim myTransNo as Integer = drow.Item("Transno")